Hacker News new | ask | show | jobs
by nbf_1995 323 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.