Crate rustorm[][src]

Re-exports

pub use column::Column;
pub use error::DbError;
pub use pool::Pool;
pub use record::Record;
pub use record_manager::RecordManager;
pub use table::Table;

Modules

column
common
error
pool
record
record_manager
table
types

Structs

ColumnName
DatabaseName

The current database name and its comment

EntityManager
Rows

use this to store data retrieved from the database This is also slimmer than Vec when serialized

TableName

Enums

Value

Generic value storage 32 byte in size Some contains the same value container, but the variant is more important for type hinting and view presentation hinting purposes

Traits

Database
FromDao
ToColumnNames
ToDao
ToTableName