nexus icon indicating copy to clipboard operation
nexus copied to clipboard

Add SQLite support

Open jfilby opened this issue 2 years ago • 1 comments

Some people prefer a lighter DB, especially for local development.

jfilby avatar Jun 06 '22 05:06 jfilby

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

jfilby avatar Jun 15 '22 16:06 jfilby