Database
Every organization is provisioned with a PostgreSQL 13 database server on signup. To access the database you will need to use the standard PostgreSQL connection environment variables. More specifically:
PGHOST
PGUSER
PGDATABASE
PGPASSWORD
PGPORT
Tip!
We recommend using an automated DB migration framework (like db-migrate, Knex.js or Sequelize) to evolve your DB schemas.
Last modified
August 4, 2021