Crate chuchi_postgres

Source

Re-exports§

pub use database::Database;
pub use connection::Connection;
pub use connection::Error;
pub use row::Row;

Modules§

connection
database
db
filter
migrations
Migrations
row
table
time

Macros§

enum_u16
Example
filter
Possible operators
impl_column_type
param_not_null
row
try2
Example
try_vec
Example
whr
Possible operators

Structs§

UniqueId
A UniqueId that can be used within a database. Is not cryptographically secure and could be bruteforced.

Type Aliases§

Result

Derive Macros§

FromRow
TableTempl
ToRow