package
0.0.0-20220613080921-65fd79d85952
Repository: https://github.com/xqueries/xdb.git
Documentation: pkg.go.dev

# Functions

CreateNew initializes a new, empty DBFS in the root of the given file system.
Load loads a DBFS from the given file system.
Validate checks a file system for a valid database file structure.

# Constants

ErrPageNotExist indicates that the requested page does not exist.
Used filenames.
Used filenames.
Used filenames.
Used filenames.

# Structs

DBFS represents the structure of a single DataBase-FileSystem.
PagedFile provides access to pages within a file that is made up of pages.
SchemaFile provides access to the schema of a table.
Table is a wrapper around the table directory of a specific table.
TablesInfo is a structured representation of the contents in the tables.info file.

# Type aliases

Error is a sentinel error type.