[][src]Module assembly::fdb::core

The data structures for representing the file/database.

Structs

Bucket

A container of rows with the same hash value

Column

Name and default type for one field in each row

Row

A sequence of fields

Schema

A collection of tables

Table

A list of buckets and thus collection of rows with a name

Enums

Field

A database single field

ValueType

Value datatypes used in the database