# Packages
Package pool provides access to SQLite databases and their connections.
# Functions
NewRegistry creates a registry for SQLite databases in the directory specified by SQLite URI.
# Constants
DefaultColumn is a column name for all fields.
IDColumn is a SQLite path expression for _id field.
RecordIDColumn is a name for RecordID column to store capped collection record id.
# Structs
Collection represents collection metadata.
CollectionCreateParams contains parameters for CollectionCreate.
IndexInfo represents information about a single index.
IndexKeyPair consists of a field name and a sort order that are part of the index.
Registry provides access to SQLite databases and collections information.
Settings represents collection settings.