Crate akita_core

Source

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§

ColumnInfo
ColumnSpecification
ColumnStat
DatabaseName
FieldName
Field
Fill
ForeignKey
Interval
Iter
An iterator over Rows.
Key
Row
Rows
use this to store data retrieved from the database This is also slimmer than Vec when serialized
SchemaContent
Snowflake
TableInfo
TableName

Enums§

AkitaDataError
Array
ArrayType
Capacity
ColumnConstraint
ConvertError
FieldType
IdentifierType
Literal
Params
SqlType
TableKey
Value

Traits§

ColumnIndex
Things that may be used as an index of a row column.
FromValue
GetFields
GetTableName
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 to T
from_value_opt
Will return Err(FromValueError(v)) if could not convert v to T
generate_machine_id