|
|
|
|
|
by sciolistse
1100 days ago
|
|
For me, Rusts SQLx has been a good option for this. Write plain SQL with a macro and have it verified against a dev database at build time, optionally to a typed anonymous struct to match your query results. The performance isn't incredible though. |
|