Module sdb::btree::put[]

Expand description

Insertions into a B tree.

Structs

The representation of the update to a page.

Enums

The result of an insertion, i.e. either an update or a split.

Functions

Insert an entry into a database, returning false if and only if the exact same entry (key and value) was already in the database.