Morph

SQL for Morph Database

The PostgreSQL database used by Morph is built on Neon. Neon is optimized for cloud usage of PostgreSQL, enabling customers to directly interact with their data using familiar PostgreSQL queries and ORMs without worrying about performance or security issues.


About Neon

Neon's technology is designed to optimize PostgreSQL for the cloud, enhancing the performance, availability, reliability, and scalability of the PostgreSQL used in Morph. This enables efficient management of resources, pipelines, and flexible scaling for customers.

PostgreSQL Version Information in Morph

The following version of PostgreSQL is used in Morph:

  • Version: PostgreSQL 14.8

Connecting

The connection settings for the Morph database can be easily accessed from the Database Settings section of the application. Using the displayed Connection String, you can connect with your preferred database tools or command-line interface (CLI). Here is an example of connecting using psql:

psql -h your-database-id.postgres-dev.morphdb.io -U your_username your_database_name -W

Additionally, the Database Settings page allows you to set IP restrictions for the Morph database.

Further Information and Resources

For more details about PostgreSQL and Neon, please refer to the official PostgreSQL documentation and the Neon website.