Y
Hacker News
new
|
ask
|
show
|
jobs
by
OoooooooO
322 days ago
I've read the GitHub page but I still have no idea what problems it solves or why I should care about this library?
1 comments
nbf_1995
322 days ago
It's a rust library that you can use to run sql queries against a database. It also inspects the database at compile* time to figure out the type of each column in your query so that your code is type-safe.
* Or in your editor as you're writing code.
link
* Or in your editor as you're writing code.