package
0.0.0-20240711123734-c091ff3b1106
Repository: https://github.com/higasgt/go-snippets.git
Documentation: pkg.go.dev

# Functions

NewDB create datastore interface.

# Structs

Book represents a structure of book data.
DB is struct of sql.DB.

# Interfaces

Datastore is interface of database global connection.