|
|
|
|
|
by zxv
1673 days ago
|
|
To me, the coolest is sqlx. It uses macros to do static type checking on plain SQL statements. It verifies types of bound parameters as well as results. It's async, which plays nicely with the leading web frameworks, etc. [0] https://docs.rs/sqlx/0.5.9/sqlx/macro.query_as.html |
|