Skip to main content

PostgreSQL

PostgreSQL is a powerful, open source, object-relational database system with over 35 years of active development that has earned it a strong reputation for reliability, feature robustness and performance.

How to run it​

$ cgc db create --name psql01 -c 4 -m 4 -v psql_volume postgresql

How to connect​

You can connect to your database from any notebook running in your namespace with help of CGC SDK.

import cgc.sdk as cgc
postgresql = cgc.postgresql_client("psql01","fec387f993934ccebe4d24ef2f079720")

To learn more about the usage of CGC SDK, please visit here