[][src]Crate vdb

Structs

Db

Container for the database. Usually one 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

Data types currently implemented in the database

PredicateType