Categorygithub.com/Nivl/sqldb-sqlx
modulepackage
1.0.0
Repository: https://github.com/nivl/sqldb-sqlx.git
Documentation: pkg.go.dev

# README

sqldb-sqlx

Actions Status Go Report Card GoDoc

sqldb-sqlx is a sqlx implementation for go-sqldb.

# Functions

New returns a new SQLX connection.
NewQueryable creates a new Queryable.
NewTx create a new transaction.
NewUnsafe returns a new SQLX connection that will succeed scanning when one or more columns in a SQL result have no corresponding fields in the destination struct.

# Structs

Connection represents the sqlx implementation of the sqldb.Connection interface.
Queryable represents the sqlx implementation of the Queryable interface.
Tx implements the db.Tx interface for sqlx.