Re-exports

pub use serde;

Modules

Common Params

Macros

This macro is a convenient way to pass named parameters to a statement.

Structs

Field

An iterator over Rows.

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

Enums

Traits

Things that may be used as an index of a row column.

A trait to allow passing of parameters ergonomically in em.execute_sql_with_return

Functions

Will panic if could not convert v to T

Will return Err(FromValueError(v)) if could not convert v to T