Those looking for a more mature solution in this space will probably enjoy SQLc [1]. It was initially developed for Go applications, but over the years it got pluggins for many other languages, including JavaScript/Typescript.
This is cool, but when the very first paragraph of the readme is clearly LLM generated, it makes me doubt the quality of the project.
genshii
I don’t understand why no one is making SQL a first class citizen in a language, there are tons of languages out there that are extendable, how hard can it be, enough of DSL and generated type-safe application code which is a DSL in reverse order.
schultzer
This looks great. I love using pgtyped, but have missed a solution that works well for sqlite.
zareith
Can you make it work/ does it work with Porsager-Postgres in modnes which buns Postgres client is «based on»?
comments (9)
[1] https://sqlc.dev/
giovannibonetti
genshii
schultzer
zareith
psc007
https://sqlc.dev
rankdiff
Any chance to get it to work with Node?
Unfortunately in my opinion and experience Bun is not really suitable for production. Does it have anything special which makes this possible?
sHooKDT
inline_always
allthetime