Crate boringdb[][src]

Structs

A database full of maps.

A clonable on-disk mapping, corresponding to a table in SQLite

A transaction handle, which is passed to transaction closures.

Enums

A database error. Generally, these errors are quite fatal, and in application code unwrapping them is usually fine.

Type Definitions

Result type used throughout the codebase.