Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 313 Bytes

File metadata and controls

9 lines (7 loc) · 313 Bytes

load

Minimal example of loading data into sqlite db and accessing with create, read, update, and delete operations.

How to customize:

  1. Change the model to suit your needs
  2. Run db:migrate
  3. Update types in DbClientFactory.ts
  4. Update variables in src/index.ts (rowService => yourModelService)