import * as smallsqliteorm from "https://raw.githubusercontent.com/cybertim/SmallSQLiteORM/main/mod.ts";
SSQL | ORM Wrapper to interact with deno.land/x/sqlite using your |
SSQLTable | All your model classes should extend this class It includes the incremental 'id' by default
|
SSQLDefaults | Interface used to override the DEFAULT column type values |
SSQLQuery | Interface used for queries |