package
0.0.0-20241226145920-483c662f7ff1
Repository: https://github.com/pingooio/stdx.git
Documentation: pkg.go.dev

# Functions

Connect to a database and verify the connections with a ping.
Exec executes a query without returning any rows.
Get single result or return an error.
Query executes a query that returns rows, typically a SELECT.
Select creates slice of results based on SQL query.

# Structs

Database is wrapper of `sqlx.DB` which implements `DB`.
Transaction is wrapper of `sqlx.Tx` which implements `Tx`.

# Interfaces

No description provided by the author