# README
go-sqlite
Go package for working with SQLite databases.
Documentation
Documentation is incomplete at this time.
See also
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewDatabase returns a new `Database` instance configured by 'uri'.
RegisterDatabase registers 'scheme' as a key pointing to 'init_func' in an internal lookup table used to create new `Database` instances by the `NewDatabase` method.
Schemes returns the list of schemes that have been registered.
# Type aliases
DatabaseInitializationFunc is a function defined by individual database package and used to create an instance of that database.
No description provided by the author