Categorygithub.com/powerman/sqlxx
modulepackage
0.2.0
Repository: https://github.com/powerman/sqlxx.git
Documentation: pkg.go.dev

# README

sqlxx GoDoc Go Report Card CircleCI Coverage Status Latest Release

General purpose extensions to golang's github.com/jmoiron/sqlx.

# Functions

NewDB returns a new sqlxx DB wrapper for a pre-existing *sqlx.DB.
ToSnake maps from CamelCase to snake_case.

# Structs

DB is a wrapper around sqlx.DB.
Tx is an sqlxx wrapper around sqlx.Tx with extra functionality.

# Type aliases

Ctx is a synonym for convenience.