package
2.7.4+incompatible
Repository: https://github.com/knocknote/sqlboiler.git
Documentation: pkg.go.dev

# Functions

MSSQLBuildQueryString builds a query string for MSSQL.
MySQLBuildQueryString builds a query string for MySQL.
NewMSSQLDriver takes the database connection details as parameters and returns a pointer to a MSSQLDriver object.
NewMySQLDriver takes the database connection details as parameters and returns a pointer to a MySQLDriver object.
NewPostgresDriver takes the database connection details as parameters and returns a pointer to a PostgresDriver object.
PostgresBuildQueryString builds a query string.

# Variables

TinyintAsBool is a global that is set from main.go if a user specifies this flag when generating.

# Structs

MockDriver is a mock implementation of the bdb driver Interface.
MSSQLDriver holds the database connection string and a handle to the database connection.
MySQLDriver holds the database connection string and a handle to the database connection.
PostgresDriver holds the database connection string and a handle to the database connection.