Y
Hacker News
new
|
ask
|
show
|
jobs
by
Tainnor
1316 days ago
In a statically typed language, what you get from a good query builder is that "malformed SQL statements" blow up at compile-time instead of at run-time.
1 comments
nicoburns
1316 days ago
Some languages also provide this for SQL strings (e.g. the sqlx library in Rust) will compile-time check raw SQL strings.
link