-
Notifications
You must be signed in to change notification settings - Fork 537
Database setup
Talysson de Oliveira Cassiano edited this page Mar 28, 2017
·
1 revision
By default we use Sequelize setup with PostgreSQL, you can change it by installing the adapter for your DBMS and then changing the setting for your environment on config/database.js
.
You can use different dialects for each environment, it's a common pattern to use SQLite on test environment and PostgreSQL for development and production.