ormlite
ormlite copied to clipboard
sqlite Migrations
Bit of a short one here:
Are there any plans to add sqlite support to ormlite-cli? Or potentially wrap sqlx-cli?
i don't use sqlite enough to build it myself. all the machinery is based on sqlmo and sqlx, though, so it shouldn't be too hard to add support for it, and i'd welcome that PR. the only thing unique to postgres is the queries that autodetect the schema of the existing library - i don't know offhand how to do the same introspection with sqlite, though i'm sure it's doable.