Database
Database
Install and Start
$ npm run docker:up$ psql "postgres://postgres:password@localhost:6432/dev?sslmode=disable"Configuration
"db":{
"url": "postgres://postgres:password@localhost:6432/dev?sslmode=disable",
"options": {
"logging": true
}
}Migration
Last updated