Categorygithub.com/setnicka/sqlxpp
modulepackage
0.2.0
Repository: https://github.com/setnicka/sqlxpp.git
Documentation: pkg.go.dev

# README

sqlxpp (alias sqlx++)

Simple wrapper around jmoiron/sqlx which adds few handy functions.

# Functions

IsNotFoundError checks if the error means "no DB error but record not found".
New creates new DB object around sqlx.DB.

# Structs

DB represents database connection.
Tx represents database transaction.