package
0.0.0-20240829140843-9da684032e2f
Repository: https://github.com/catizard/lampghost.git
Documentation: pkg.go.dev

# Functions

Boilerplate code that directly read rows from external database.
No description provided by the author
Initialize database and working directory for lampghost Executes every sql file under 'sqlite/migration/' This method insure all or nothing (expect directory).
No description provided by the author
Query table count in database return -1 if error.

# Structs

DB represents database connection.
Wrapper of Sqlx.Tx object.