sqlc-dev / sqlc-gen-typescript

283 stars 12 forks source link

SQLite support #5

Closed jlarmstrongiv closed 7 months ago

jlarmstrongiv commented 9 months ago

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

PorcoRosso85 commented 8 months ago

+1

asterikx commented 8 months ago

+1 for supporting SQLite and libSQL (Turso)

kyleconroy commented 7 months ago

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