From 68653f26618bf0c479a87e5c5e9b1d031bae5b65 Mon Sep 17 00:00:00 2001 From: Ilia Sergunin Date: Sun, 12 Feb 2023 13:50:21 +0300 Subject: [PATCH] add trm (#4614) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b0054969..0ef8a3fb 100644 --- a/README.md +++ b/README.md @@ -778,6 +778,7 @@ _Libraries for building and using SQL._ - [cayley](https://github.com/google/cayley) - Graph database with support for multiple backends. - [dsc](https://github.com/viant/dsc) - Datastore connectivity for SQL, NoSQL, structured files. +- [go-transaction-manager](https://github.com/avito-tech/go-transaction-manager) - Transaction manager with multiple adapters (sql, sqlx, gorm, mongo, ...) controls transaction boundaries. - [gokv](https://github.com/philippgille/gokv) - Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more). ### Relational Database Drivers