# 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.
Simple wrapper around jmoiron/sqlx which adds few handy functions.