Categorygithub.com/semog/go-sqldb
modulepackage
1.0.4
Repository: https://github.com/semog/go-sqldb.git
Documentation: pkg.go.dev

# README

go-sqldb

Golang Sqlite3 Database API with automatic patch upgrading.

# Functions

OpenAndPatchDb - Open and Patch a database if necessary.
OpenDb - Open a database.

# Structs

PatchFuncType contains unique patch ID and a patch function to run.
SQLDb - SQL Database wrapper with extended patching functions.