Crate boringdb[][src]

Structs

Database

A database full of maps.

Dict

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

Transaction

A transaction handle, which is passed to transaction closures.

Enums

DbError

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

Type Definitions

Result

Result type used throughout the codebase.