Crate dengine

Source
Expand description

Aims to create a common interface to use mysql and sqlite databases.

Modules§

my_sql
sqlite

Structs§

Affected
DbEngine
Params
Rnd2
Row
A row of returned data
SelectHolder
Struct returned when the select method is used.

Enums§

Dypes
Error
Error type for the lib

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§

round2

Type Aliases§

Desult
Result type Err defaults to Error