package
1.0.1
Repository: https://github.com/lekovr/go-base.git
Documentation: pkg.go.dev

# README

Golang database package

GoDoc

This is a wrapper on github.com/go-xorm/xorm with some additions like functional options and logging.

# Functions

Debug sets sql tracing to on when "on" argument is true.
New creates db engine object Configuration should be set via functional options.

# Structs

DB stores database handle.
Flags is a package flags sample in form ready for use with github.com/jessevdk/go-flags.