Crate vdb

Source

Structs§

Db
Container for the database. Usually only one is used per application.
Entry
Each RowId has many entries. Comparable to column name+data in relational databases.
Predicate
Used to compare database entries, e. g. in queries (fn find_*)
RowId
The Row Identifier is used to reference each data set and is used by many methods where the actual data is not used directly.

Enums§

Data
A basic database system to store key/value pairs with few dependencies.
PredicateType