package
0.0.0-20180712231451-df570b367423
Repository: https://github.com/influx6/faux.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

New returns a new instance of SQL.
NewDB returns a new instance of a DB.
ToValueString returns the string representation of a basic go core data type for usage in a db call.

# Structs

Config is a configuration struct for the DB connection for DBMaker.
SQL defines an struct which implements the db.Provider which allows us execute CRUD ops.

# Interfaces

DB defines an interface which exposes a method to return a new underline sql.Database.