[][src]Crate sonnerie

Re-exports

pub use key_reader::*;
pub use create_tx::*;
pub use formatted::*;
pub use row_format::*;
pub use wildcard::*;

Modules

create_tx

Add data by means of a new transaction.

formatted

Read or write formatted data to a text stream.

key_reader

Read a key from a transaction file.

record

Stores a single row.

row_format

Decode an encoded row format.

wildcard

Parse SQL "LIKE"-like filters.

Structs

DatabaseKeyReader

An iterator over the filtered keys in a database.

DatabaseReader

Read a database in key-timestamp sorted format.

Enums

WriteFailure

A reason a write could not be completed