Expand description
The Toql MySQL integration facade functions to load a struct from a MySQL database and insert, delete and update it. The actual functionality is created by the Toql Derive that implements the trait Indelup.
Re-exports§
pub use mysql;
Modules§
Functions§
- delete_
many - Delete a collection of structs.
- delete_
one - Delete a struct.
- insert_
many - Insert a collection of structs.
- insert_
one - Insert one struct.
- load_
many - Load a vector of structs with dependencies for a given Toql query.
- load_
one - Load a struct with dependencies for a given Toql query.
- update_
many - Update a collection of structs.
- update_
one - Update a single struct.