[][src]Crate toql_mysql

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

load
row

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.