4 ms·
nit: i feel like this is a typesafe sql query builder and not typesafe sql. i'm always on the look out for _good_ typesafe sql which i have yet to encounter.
by zekenie 2y ago
nit: i feel like this is a typesafe sql query builder and not typesafe sql. i'm always on the look out for _good_ typesafe sql which i have yet to encounter.
- norman784 2y agoAgree, I want to write raw SQL and have some tool that validate it and generate the correct return type for it, similar to sqlx[0], but AFAIK there is no such tool yet in Typescript land, there are a few that are taking that direction. [0] https://github.com/launchbadge/sqlx https://github.com/launchbadge/sqlx
- owlstuffing 2y agoSomething like manifold-sql[1] for ts would be awesome. 1. https://github.com/manifold-systems/manifold/blob/master/manifold-deps-parent/manifold-sql/readme.md https://github.com/manifold-systems/manifold/blob/master/man...
- s4i 2y agoThere is Slonik [1] for instance. [1] https://github.com/gajus/slonik https://github.com/gajus/slonik