sqlc-dev/sqlc-gen-typescript

SQLite support

jlarmstrongiv opened this issue ยท 3 comments

It would be nice if it worked with both @sqlite.org/sqlite-wasm in the browser and better-sqlite3 in node

It may be possible to support many dialects. See https://github.com/subframe7536/kysely-sqlite-tools for an example

+1 for supporting SQLite and libSQL (Turso)

I merged #11 which adds beta support for SQLite. Please play around with it and file any issues where it breaks.