package
1.0.26
Repository: https://github.com/askasoft/pango.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package sqlx provides general purpose extensions to database/sql.

# Functions

BindDriver sets the Binder for driverName to binder.
StartsLike build a string for like suffix '%' + s The default escape char is backslach '\\'.
EscapeLike escape sql like string.
At present, this method only turns single-quotes into doubled single-quotes ( <code>"McHale's Navy"</code> => <code>"McHale”s Navy"</code>).
GetBinder returns the binder for a given database given a drivername.
GetQuoteer returns the quoter for a given database given a drivername.
No description provided by the author
MustExec execs the query using e and panics if there was an error.
MustExecContext execs the query using e and panics if there was an error.
MustStmtExec execs the statement query using e and panics if there was an error.
MustStmtExecContext execs the statement query using e and panics if there was an error.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
QuoteDriver sets the Quoter for driverName to quoter.
StartsLike build a string for like prefix s + '%' The default escape char is backslach '\\'.
StringLike build a string for like '%' + s + '%' The default escape char is backslach '\\'.
Transaction start a transaction as a block, return error will rollback, otherwise to commit.
Transactionx start a transaction as a block, return error will rollback, otherwise to commit.

# Constants

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

# 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

# Structs

Builder a simple sql builder NOTE: the arguments are strict to it's order.
No description provided by the author

# Interfaces

Beginer is an interface for Begin().
BeginTxer is an interface used by Transaction.
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
Sql the basic interface for sql.DB, sql.Tx.
Sqlc the context interface for sql.DB, sql.Tx.
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author