You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Bit of a short one here:
Are there any plans to add
sqlite
support toormlite-cli
? Or potentially wrapsqlx-cli
?The text was updated successfully, but these errors were encountered: