Search Documentation

Search across all support articles and guides

Neon

Connect to Neon

Learn how to connect your Neon Serverless Postgres database to VexiData for natural language querying and dashboard creation.

Connect your Neon Serverless Postgres database to VexiData for natural language querying and dashboard creation. Connection takes about 2 minutes.

Connect Neon to VexiData

Click to play video

Prerequisites

  • A VexiData account (free tier available)Create account
  • A Neon account with a database projectNeon Console
  • Access to your Neon project dashboard

Connection Steps#

1

Log in to Neon

Access your Neon account at console.neon.tech and navigate to your project.

2

Get Connection Details

In your Neon project dashboard, go to the Connection Details section. Switch to Parameters only view and copy:

Host: Your Neon database host (e.g., ep-xxx.us-east-2.aws.neon.tech)

Port: 5432

Database: Your database name (default is neondb)

Username: Your database username

Password: Your database password

3

Configure IP Allow List (if enabled)

If you have IP restrictions enabled in Neon:

1. Go to your project Settings > IP Allow

2. Add VexiData's IP addresses:

139.59.53.167

165.22.217.42

4

Connect in VexiData

In VexiData, go to Data Sources from the menu, then select PostgreSQL under the Add New Data Source section.

text
Display Name:    My Neon Database
Host:            ep-xxx.us-east-2.aws.neon.tech
Port:            5432
Database:        neondb
Username:        your_username
Password:        your_database_password
5

Test and Save

Click Test & Save Connection. Once successful, you can start querying your Neon data!

Connection Types

Neon offers two connection options:

Direct Connection: Standard PostgreSQL connection (recommended for VexiData)

Pooled Connection: Uses PgBouncer for connection pooling

For VexiData, we recommend using the direct connection endpoint.