jfilby / nexus

A Nim web framework with batteries included
Apache License 2.0
101 stars 3 forks source link

Add SQLite support #1

Open jfilby opened 2 years ago

jfilby commented 2 years ago

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

jfilby commented 2 years ago

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