# Functions
Creates a DB Repl for the given index.
Get a temporary db file.
Handle create table.
Handle delete.
Handle find.
Handle insert.
Handle pretty printing.
Handle select.
Handle update.
Opens a database given a data folder.
# Constants
No description provided by the author
No description provided by the author
# Interfaces
Index interface.
# Type aliases
An index can either be a B+Tree or a Hash Table.