package
0.0.0-20211130232802-bd9b0526fedf
Repository: https://github.com/pkopriv2/golang-sdk.git
Documentation: pkg.go.dev
# Functions
Returns an add column query.
No description provided by the author
Returns an add index query.
Returns a create table query.
This is a patch to fix the squirrel update builder, where it only allows a single column to be at a time.
Compiles a variadic list of queries into an atomic.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Registers and initializes the schemas with the registry.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Generates a view that will populate the fields of all of the input structs.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A nil reference.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Returns a raw sql query.
Returns a raw sql query from a format string.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Returns a new sql object.
Returns the union of all the input sets in the form of a column set.
This is a patch to fix the squirrel update builder, where it only allows a single column to be at a time.
Returns a new sql object.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
A column is a definition of a database table column.
A constraint is a condition that has been applied to a column.
No description provided by the author
No description provided by the author
*Patch* to squirrel selector to allow consistent setting of columns and values.
An index is a definition of a database index.
No description provided by the author
Standard configuration for connecting to sql dbs.
No description provided by the author
No description provided by the author
A schema is the structural definition of a single database table.
No description provided by the author
adapters to squirrel selectors.
No description provided by the author
No description provided by the author
A table is the structural definition of a single database table.
*Patch* to squirrel selector to allow consistent setting of columns and values.
# Interfaces
A buffer initializes.
A dialect abstracts the various ddl and dml specific behavior.
A dialer is a factory for instantiating new driver instances.
A database driver.
An object is any value that may be decomposed into a set of references.
A query is anything that can be compiled into a sql string and a flattened list of bindings.
A thin abstraction around the internal database/sql Tx.
# Type aliases
An atomic is simply a block to be executed within a transactionn.
Columns provide some basic logic over standard sql strings.
Contraint types enumerate the constraints classes that are supported by this library.
Type represents the core data type.
A new is a constructor for an object.
No description provided by the author
No description provided by the author
No description provided by the author
A simple query function interface.
A ref is a reference to a value.
No description provided by the author