Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 654 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 654 Bytes

txn

Go Report Card

Overview

txn is a Go library focused on database transaction handling.

Features

  • Acting as a library, not a framework
  • Robust database transaction handling mechanisms
  • Simple and easy-to-use API

Installation

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

License

This project is licensed under the MIT License. See the LICENSE file for details.