txn
is a Go library focused on database transaction handling.
- Acting as a library, not a framework
- Robust database transaction handling mechanisms
- Simple and easy-to-use API
To install, run the following command:
go get github.com/struqt/txn
To optionally work with pgx/v5
, run the following command:
go get github.com/struqt/txn/txn_pgx
This project is licensed under the MIT License. See the LICENSE
file for details.