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.
No description provided by the author
No description provided by the author
No description provided by the author
Rollback undo the latest migration.

# Constants

No description provided by the author

# Structs

Database is wrapper of `sqlx.DB` which implements `DB`.
No description provided by the author
Transaction is wrapper of `sqlx.Tx` which implements `Tx`.

# Interfaces

DB represents a pool of zero or more underlying connections.
Queryer allows to query a database.
Tx represents an in-progress database transaction.
Txer is the ability to start transactions.