Does there exist a crate C, exporting some trait Sql_Table_T where
-
let S be any rust struct / enum
-
we do "impl Sql_Table_T for S { ... }"
-
now we can query / modify S with SQL commands
Pre-emptive:
-
I'm not looking for MySql / Postgres. I want something in process.
-
I am not looking for Sqlite. I want Rust, not sqlite, to be the "main source of truth" with regards to the data in the table.