Database: Postgres
Configure the Postgres database
Create Databases
Create the necessary databases for your development and deployment workflow for example:
nesula_dev for development
nesula_stage for staging & test environment
nesula_prod for production environment
.Env
After you have created a database it must be added to the .env files for the environments you intend to use:
Tooling
Command Line
A Postgres database may be created via the command line. However it can be problematic for the inexperienced. If your not already familiar with Postgres at the command line we recommend using a database client.
Database Client
When developing with Nesula it is handy to have a desktop database client. There are several good third-party products available:
Last updated
Was this helpful?