Categorygithub.com/aaronland/go-sqlite/v2
modulepackage
2.2.0
Repository: https://github.com/aaronland/go-sqlite.git
Documentation: pkg.go.dev

# README

go-sqlite

Go package for working with SQLite databases.

Documentation

Documentation is incomplete at this time.

See also

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# 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.

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# 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