Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.
gms1 edited this page Sep 4, 2018 · 4 revisions

TODOs

run "PRAGMA optimize"

recommendations:

  • timer for long running applications
  • before closing a database connection

additional options for @fk decorator

  • ON DELETE/UPDATE
    • NO ACTION
    • RESTRICT
    • SET NULL
    • SET DEFAULT
    • CASCADE

readonly properties to support sqlite3 expressions for @field and @index decorators

grouping of properties into nested model

improve query filter syntax (?)

@view decorator (?)

what else (?)