After the two RCs I think this is pretty well baked. I've been running test suites from datasette and llm against it which are giving me confidence it's ready to go.
The only slightly tricky bit here is co-ordinating the release of sqlite-migrate. Current plan:
After the two RCs I think this is pretty well baked. I've been running test suites from
datasetteandllmagainst it which are giving me confidence it's ready to go.The only slightly tricky bit here is co-ordinating the release of
sqlite-migrate. Current plan:sqlite-migrateversion that pins tosqlite-utils<4sqlite-migrateversion that pins tosqlite-utils>=4.0and eliminates all the code, just doingfrom sqlite_utils import Migrations. Retire this package in favor of sqlite-utils 4 sqlite-migrate#18