I would recommend using <https://www.oreilly.com/l...
# squarelibraries
a
I would recommend using https://www.oreilly.com/library/view/using-sqlite/9781449394592/re208.html to keep track of versions, so it’d be
sql = "PRAGMA user_version;"
and then after that function completes you would execute
PRAGMA user_version = ${schema.currentVersion}