Comment by Rajni07
3 months 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.
Agreed. I have a TypeScript library that attempts something similar: https://jawj.github.io/zapatos/