[][src]Module latitude::prelude

Exports commonly used types and modules

Re-exports

pub use crate::db;
pub use crate::table;
pub use crate::table::CreateTable;
pub use crate::Statement;

Modules

types

Types constructor module

Functions

boolean

A boolean data type (true, false)

date

An SQL date type

integer

Create a basic integer type

primary

A standard primary numeric key type

text

A variable-length string type

varchar

A fixed-length string type