package
0.0.0-20210321185912-8220668f740c
Repository: https://github.com/jamesl33/goamt.git
Documentation: pkg.go.dev

# Functions

Create - Create a new database, returning an error if an existing database already exists.
Open - Open an existing database returning an error if the provided database is missing or an unsupported version.

# Structs

Database - Represents a connection to a goamt SQLite database and exposes a thread safe interface.
ErrAlreadyExists - Returned when the user attempts to create a database which already exists.
ErrNotFound - Returned when the user attempts to open a database which doesn't exist.
ErrUnknownVersion - Returned when the user attempts to open a database with an unknown version.