Crate kiln

Source

Macros§

row
Creates a new Row object from an abstract HashMap-like representation
select
Select a single column from the rows given. Basically just a map func.
table
Shorthand for creating a table spec:

Structs§

Db
Row
Table
TableSpec

Enums§

Column
ColumnValue

Traits§

ToCell
Wraps the type in a ColumnValue enum. Allows for doing things like 123.to_cell() instead of ColumnValue::i32(123) All int types are cast to an i32 because it makes the db simpler.

Functions§

stringify_col
Take a ColumnValue and return a stringified representation of it eg: