package
0.0.0-20210321185912-8220668f740c
Repository: https://github.com/jamesl33/goamt.git
Documentation: pkg.go.dev
# 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.