What does HackerNews think of pgtyped?

pgTyped - Typesafe SQL in TypeScript

Language: TypeScript

#11 in PostgreSQL
#1 in GraphQL
#6 in TypeScript
#15 in TypeScript
There's pgtyped, which I believe does almost the same as sqlc

https://github.com/adelsz/pgtyped

For Postgres there is https://github.com/adelsz/pgtyped, sounds pretty much like what you describe?
You might also want to consider pgTyped (https://github.com/adelsz/pgtyped). It's supposed to make SQL and TS work together. I haven't gotten around to using it yet but I hear good things.
Update: This list can be brought down to 3, if Java is substituted with TypeScript(/WASM-target for the future?), with a type-safe SQL codegen library such as: https://github.com/adelsz/pgtyped

Update update: Or reluctantly with Python instead, with a similar library such as PugSQL.

We're using a very similar lib for typescript: https://github.com/adelsz/pgtyped

Would love to hear if any others of comparable or better quality exist for js/ts