7 ms·
Title makes it seem as if you writr typesafe SQL, but you really use a builder which generates SQL for you. I was expecting something more like sqlx, which I b
by paxcoder 2y ago
Title makes it seem as if you writr typesafe SQL, but you really use a builder which generates SQL for you.
I was expecting something more like sqlx, which I believe provides compile-time checking for SQL queries without a DSL, but for Rust
- owlstuffing 2y agoRight, my sentiments too. I was expecting type-safe SQL. The manifold-sql[1] project has this down. 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...