Hacker News new | ask | show | jobs
by Rajni07 225 days ago
Really like the idea of keeping SQL explicit while still getting ORM conveniences. The @sqlfunc syntax feels clean, and the no-session approach makes cross DB work simpler. Curious how it handles async or pooling. Seems like a solid middle ground between raw SQL and heavy ORMs.
1 comments

Agreed. I have a TypeScript library that attempts something similar: https://jawj.github.io/zapatos/