Re-exports§
pub use serde;
Modules§
- comm
- Common Params
Macros§
- akita_
value - cfg_if
- params
- This macro is a convenient way to pass named parameters to a statement.
Structs§
- Column
Info - Column
Specification - Column
Stat - Database
Name - Field
Name - Field
- Fill
- Foreign
Key - Interval
- Iter
- An iterator over
Row
s. - Key
- Row
- Rows
- use this to store data retrieved from the database
This is also slimmer than Vec
when serialized - Schema
Content - Snowflake
- Table
Info - Table
Name
Enums§
- Akita
Data Error - Array
- Array
Type - Capacity
- Column
Constraint - Convert
Error - Field
Type - Identifier
Type - Literal
- Params
- SqlType
- Table
Key - Value
Traits§
- Column
Index - Things that may be used as an index of a row column.
- From
Value - GetFields
- GetTable
Name - Table
- Table
- ToValue
- A trait to allow passing of parameters ergonomically in em.execute_sql_with_return
Functions§
- from_
value - Will panic if could not convert
v
toT
- from_
value_ opt - Will return
Err(FromValueError(v))
if could not convertv
toT
- generate_
machine_ id