Minimal example of loading data into sqlite db and accessing with create, read, update, and delete operations.
How to customize:
- Change the model to suit your needs
- Run
db:migrate - Update types in
DbClientFactory.ts - Update variables in
src/index.ts(rowService=>yourModelService)