Skip to main content

Neon Postgres

plan support

Included in all plans

To add a Neon connection, click on the PostgreSQL option in Connect a data source section. connect

Find the Connection Info

Navigate to the Dashboard page and click the connection button connect_page

Connect

fill_connect

Based on the image above shown, the Neon database connection details are:

  • Host: [hidden for security]-pooler.us-east-2.aws.neon.tech
  • Port: 5432
  • Database: neondb
  • Username: neondb_owner
  • Password: [hidden for security]
  • SSL Mode: require

neon_connect_example

Connection Detailed Explanations

Display name

The display name for the database is in the Wren AI interface.

Host

Your neon postgres host name.

Port

Your neon postgres port(default on Neon: 5432).

Username

The database username for the account that you want to use to connect to your neon (default on Neon: neondb_owner).

Password

The password for the username that you use to connect to the database.

Database name

The name of the database you want to connect to (default on Neon: neondb).

The other steps are the same as in PostgreSQL connector