Database: Postgres
Configure the Postgres database
Create Databases
.Env
# ----- POSTGRES -----
NES_POSTGRES_HOST = "localhost"
NES_POSTGRES_PORT = 5432
NES_POSTGRES_USERNAME = "postgres"
NES_POSTGRES_PASSWORD = "your-database-password"
NES_POSTGRES_DATABASE = "nesula_dev"Tooling
Command Line
Database Client
Last updated
