Expand description
Aims to create a common interface to use mysql and sqlite databases.
Modules§
Structs§
- Affected
- DbEngine
- Params
- Rnd2
- Row
- A row of returned data
- Select
Holder - Struct returned when the select method is used.
Enums§
Traits§
- Connectionable
- Makes a mysql or sqlite con usable with dengine apis
- Insertable
- Need to implement for structs to be inserted
- Queryable
- Sructs for holding a row of select data must imlement this trait.
- Rowable
- Trait that mysql::Row or sqlite::Row usable inside a dengine::Row
Functions§
Type Aliases§
- Desult
- Result type Err defaults to Error