nexus
nexus copied to clipboard
Add SQLite support
Some people prefer a lighter DB, especially for local development.
There needs to be a models\db.yaml file where the database driver can be specified per module, e.g.:
driver: stdlib/db_sqlite
minDbVersion: 3.0