5 ms·
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
by nbf_1995 1y 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.