//
pkg.gl
Category
github.com/DaRealFreak/watcher-go
internal
database
package
1.9.0
Repository:
https://github.com/darealfreak/watcher-go.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
11
Dependents
2
Files
879 SLOC
#
Functions
NewConnection
NewConnection initializes the database DatabaseConnection to our sqlite file.
RemoveDatabase
RemoveDatabase removes the currently set database, used primarily for unit tests.
#
Structs
DbIO
DbIO implements the DatabaseInterface and contains the connection to the database.