Database
Database
This project can use the most popular SQL databases such as PostgreSQL, MySQL, Oracle, MSSQL and Sqlite. This is achieved with Sequelize, the most popular ORM for Node.js
Install and Start
Start the postgres database and other services:
Connect to the database:
Configuration
Here is an example of the configuration for Postgres:
Migration
Database migration are not necessary for development environment but only for system already in production.
Run the following command to migrate the database:
Last updated