Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 1.8% on proxy.golang.org
Top 0.3% dependent packages on proxy.golang.org
Top 0.3% dependent repos on proxy.golang.org
Top 3.8% forks on proxy.golang.org

proxy.golang.org : github.com/DATA-DOG/go-txdb

Package txdb is a single transaction based database sql driver. When the connection is opened, it starts a transaction and all operations performed on this *sql.DB will be within that transaction. If concurrent actions are performed, the lock is acquired and connection is always released the statements and rows are not holding the connection. Why is it useful. A very basic use case would be if you want to make functional tests you can prepare a test database and within each test you do not have to reload a database. All tests are isolated within transaction and though, performs fast. And you do not have to interface your sql.DB reference in your code, txdb is like a standard sql.Driver. This driver supports any sql.Driver connection to be opened. You can register txdb for different sql drivers and have it under different driver names. Under the hood whenever a txdb driver is opened, it attempts to open a real connection and starts transaction. When close is called, it rollbacks transaction leaving your prepared test database in the same state as before. Given, you have a mysql database called txdb_test and a table users with a username column. Example: Every time you will run this application, it will remain in the same state as before.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/%21d%21a%21t%21a-%21d%21o%21g/go-txdb
Keywords: go, golang, integration-testing, sql, sql-driver, tdd, testing
License: BSD-3-Clause
Latest release: 5 months ago
First release: over 6 years ago
Namespace: github.com/DATA-DOG
Dependent packages: 148
Dependent repositories: 471
Stars: 519 on GitHub
Forks: 37 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 3 days ago

Top 8.2% on proxy.golang.org
github.com/scribd/go-sdk v1.29.0
Go SDK
53 versions - Latest release: 17 days ago - 5 stars on GitHub
Top 9.7% on proxy.golang.org
gitlab.com/commonground/nlx/fsc-nlx v0.18.0
79 versions - Latest release: about 1 month ago
Top 6.0% on proxy.golang.org
github.com/guacsec/guac v0.5.2
GUAC aggregates software security metadata into a high fidelity graph database.
34 versions - Latest release: about 1 month ago - 755 stars on GitHub
Top 6.2% on proxy.golang.org
github.com/VNG-Realisatie/nlx v0.149.5
*MIRROR* - NLX is an open source inter-organisational system facilitating federated authenticatio...
224 versions - Latest release: about 2 months ago - 23 stars on GitHub
Top 5.9% on proxy.golang.org
gitlab.com/commonground/nlx/nlx v0.149.5
NLX is an open source inter-organisational system facilitating federated authentication, secure c...
224 versions - Latest release: about 2 months ago - 26 stars on GitLab.com
Top 5.6% on proxy.golang.org
go.nlx.io/nlx v0.149.5
NLX is an open source inter-organisational system facilitating federated authentication, secure c...
224 versions - Latest release: about 2 months ago - 1 dependent repositories - 26 stars on GitLab.com
Top 6.2% on proxy.golang.org
github.com/vng-realisatie/nlx v0.149.5
*MIRROR* - NLX is an open source inter-organisational system facilitating federated authenticatio...
224 versions - Latest release: about 2 months ago - 23 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/DATA-dog/godog v0.14.0
52 versions - Latest release: 3 months ago
Top 4.5% on proxy.golang.org
github.com/stephenafamo/bob v0.25.0
SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite
59 versions - Latest release: 3 months ago - 4 dependent packages - 2 dependent repositories - 194 stars on GitHub
Top 5.2% on proxy.golang.org
github.com/transcom/mymove v0.0.0-20240118194850-a034523ceee1
MyMove Personal Property Prototype
372 versions - Latest release: 4 months ago - 1 dependent package - 1 dependent repositories - 47 stars on GitHub
Top 4.4% on proxy.golang.org
github.com/neighborly/go-pghelpers v0.10.0
12 versions - Latest release: 4 months ago - 2 dependent packages - 1 dependent repositories
Top 8.6% on proxy.golang.org
github.com/nrfta/go-pghelpers v0.10.0
Golang helpers for Postgres.
12 versions - Latest release: 4 months ago - 1 stars on GitHub
github.com/alextanhongpin/core v0.0.0-20240110141828-38cf8c21ab03
Core microservices for golang
190 versions - Latest release: 4 months ago - 2 dependent packages - 0 stars on GitHub
Top 8.6% on proxy.golang.org
github.com/xabi93/messenger v0.7.1
17 versions - Latest release: 5 months ago - 2 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/x4b1/messenger v0.7.1
17 versions - Latest release: 5 months ago - 2 stars on GitHub
github.com/ConradKurth/gokit v0.0.0-20231127184924-685b53485d45
Bunch of utils and helpers for golang libs
9 versions - Latest release: 5 months ago - 0 stars on GitHub
Top 8.7% on proxy.golang.org
github.com/alextanhongpin/dbtx v0.0.0-20231126011422-b1203ac8c0fe
15 versions - Latest release: 5 months ago
Top 8.6% on proxy.golang.org
github.com/nrfta/go-tiger v0.3.2
CLI for running migrations and generators in go apps.
5 versions - Latest release: 6 months ago - 2 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/mr-linch/go-tg-bot v0.0.0-20230923171933-d904837aea0b
⚑️Golang Telegram Bot template with clean architecture that you can't refuse!
3 versions - Latest release: 7 months ago - 0 stars on GitHub
Top 5.7% on proxy.golang.org
github.com/Data-DOG/godog v0.13.0 πŸ’°
Package godog is the official Cucumber BDD framework for Golang, it merges specification and test...
51 versions - Latest release: 8 months ago - 2,032 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/CUCUMBER/godog v0.13.0 πŸ’°
Package godog is the official Cucumber BDD framework for Golang, it merges specification and test...
51 versions - Latest release: 9 months ago - 1,926 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/data-DOG/godog v0.13.0
Package godog is the official Cucumber BDD framework for Golang, it merges specification and test...
51 versions - Latest release: 9 months ago
Top 8.2% on proxy.golang.org
github.com/data-dog/godog v0.13.0 πŸ’°
Package godog is the official Cucumber BDD framework for Golang, it merges specification and test...
51 versions - Latest release: 9 months ago - 1,919 stars on GitHub
Top 0.9% on proxy.golang.org
github.com/cucumber/godog v0.13.0 πŸ’°
Package godog is the official Cucumber BDD framework for Golang, it merges specification and test...
51 versions - Latest release: 9 months ago - 592 dependent packages - 1,813 dependent repositories - 1,922 stars on GitHub
Top 1.0% on proxy.golang.org
github.com/DATA-DOG/godog v0.13.0 πŸ’°
Package godog is the official Cucumber BDD framework for Golang, it merges specification and test...
51 versions - Latest release: 9 months ago - 156 dependent packages - 367 dependent repositories - 1,922 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/e2u/e2util v0.0.0-20230813110033-c13b222cbb1a
4 versions - Latest release: 9 months ago - 1 stars on GitHub
Top 8.6% on proxy.golang.org
gitlab.com/reederc42/wiki v0.0.0-20230731025814-e40f217404e4
7 versions - Latest release: 9 months ago - 1 stars on GitLab.com
github.com/extmatperez/meli_bootcamp_go_w2-3 v0.0.0-20230726133232-420f2defa721
meli_bootcamp_go_w2-3
1 version - Latest release: 9 months ago - 2 stars on GitHub
github.com/extmatperez/meli_bootcamp_go_w2-4 v0.0.0-20230724172449-5c1d09872b77
meli_bootcamp_go_w2-4
1 version - Latest release: 9 months ago - 2 stars on GitHub
github.com/cmartinc22/devhub-backend-core v0.0.14
14 versions - Latest release: 10 months ago - 0 stars on GitHub
Top 6.2% on proxy.golang.org
github.com/infomark-org/infomark v0.0.0-20230614212108-df05d7686f3f
free, scalable, modern, and open-source course management system with auto testing of programming...
5 versions - Latest release: 11 months ago - 27 stars on GitHub
Top 1.0% on proxy.golang.org
github.com/smartcontractkit/chainlink v1.13.3
node of the decentralized oracle network, bridging on and off-chain computation
214 versions - Latest release: 11 months ago - 16 dependent packages - 54 dependent repositories - 4,509 stars on GitHub
Top 9.6% on proxy.golang.org
github.com/smartcontractkit/ccip v1.13.3
Cross Chain Interoperability Protocol
240 versions - Latest release: 11 months ago - 23 stars on GitHub
Top 4.4% on proxy.golang.org
github.com/smartcontractkit/chainlink-temp-1654522409 v1.13.3
node of the decentralized oracle network, bridging on and off-chain computation
214 versions - Latest release: 11 months ago - 4,330 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/smartcontractkit/chainlink-go v1.13.3
214 versions - Latest release: 11 months ago
Top 9.0% on proxy.golang.org
github.com/purposeinplay/go-starter-grpc-gateway v0.0.0-20230531142147-1f36458364b1
2 versions - Latest release: 11 months ago - 1 stars on GitHub
github.com/tschuyebuhl/bob v0.21.1
SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite
53 versions - Latest release: 12 months ago - 0 stars on GitHub
github.com/advancevillage/3rd v1.1.4
3rd
56 versions - Latest release: 12 months ago - 3 dependent packages - 3 dependent repositories - 1 stars on GitHub
Top 8.7% on proxy.golang.org
github.com/hiendv/bob v0.0.0-20230425085734-72a5ee6900b7 removed
2 versions - Latest release: about 1 year ago
github.com/alextanhongpin/go-core-microservice v0.0.0-20230415071410-b2a7378ff01b
Core microservices for golang
11 versions - Latest release: about 1 year ago - 0 stars on GitHub
Top 7.0% on proxy.golang.org
github.com/allisson/postmand v1.7.0
Simple webhook delivery system powered by Golang and PostgreSQL
8 versions - Latest release: about 1 year ago - 21 stars on GitHub
Top 7.6% on proxy.golang.org
github.com/adrianbrad/psql-docker-tests-example v0.0.0-20230321185752-1a85a4da96d4
πŸ“Š parallel black box PostgreSQL unit tests run against a real database.
2 versions - Latest release: about 1 year ago - 3 stars on GitHub
Top 9.8% on proxy.golang.org
github.com/adrianbrad/psqltest v1.3.0
Package psqltest is a similar package to net/http/http test This package provides utilities for t...
8 versions - Latest release: about 1 year ago - 5 dependent packages - 1 dependent repositories - 4 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/gokrazy/gus v0.0.0-20230221202048-efec799588e2
⚠ WORK IN PROGRESS ⚠ gokrazy Update System (GUS) ⚠ WORK IN PROGRESS ⚠
5 versions - Latest release: about 1 year ago - 6 stars on GitHub
Top 8.3% on proxy.golang.org
github.com/acoustid/go-acoustid v0.0.0-20230217050816-991ee45d040f
Experimental AcoustID backend in Go
2 versions - Latest release: about 1 year ago - 1 dependent repositories - 10 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/EMOSAMA/chainlink v1.11.0
node of the decentralized oracle network, bridging on and off-chain computation
171 versions - Latest release: over 1 year ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/emosama/chainlink v1.11.0
171 versions - Latest release: over 1 year ago
Top 5.5% on proxy.golang.org
github.com/ava-labs/ortelius v1.9.3
State archival and indexer for the Avalanche network. Used in the Avalanche Explorer.
49 versions - Latest release: over 1 year ago - 58 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/saraisanjuanesc/backpack-bcgow6-sarai-sanjuan v0.0.0-20221110221039-5c0bf6dfcc68
1 version - Latest release: over 1 year ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/Lu-meli/backpack-bcgow6-lucia-morel v0.0.0-20221110171614-ae4657d97336
1 version - Latest release: over 1 year ago
Top 9.0% on proxy.golang.org
github.com/tinchourteaga-ml/backpack-bcgow6-martin-urteaga v0.0.0-20221110141724-1316e3239cad
1 version - Latest release: over 1 year ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/nndergunov/deliveryApp/services/restaurant v0.0.0-20221108011538-1469315d8344
1 version - Latest release: over 1 year ago - 1 dependent package - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/nndergunov/deliveryApp/services/order v0.0.0-20221108011538-1469315d8344
1 version - Latest release: over 1 year ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/allisson/hammer v0.9.0
Simple webhook system written in golang
10 versions - Latest release: over 1 year ago - 13 stars on GitHub
github.com/pickleyd/chainlink v1.8.1
node of the decentralized oracle network, bridging on and off-chain computation
149 versions - Latest release: over 1 year ago - 1 dependent repositories - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/manabie-com/godog v0.12.4
Package godog is the official Cucumber BDD framework for Golang, it merges specification and test...
48 versions - Latest release: over 1 year ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/chidionuekwusi/polluter v1.0.0
The easiest solution to seed database with Go
1 version - Latest release: over 1 year ago - 0 stars on GitHub
Top 6.9% on proxy.golang.org
github.com/danvergara/seeder v0.5.0
Package seeder provides a set of tools to seed databases.
14 versions - Latest release: over 1 year ago - 2 dependent packages - 2 dependent repositories - 35 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/kyong0612/polluter v1.3.1
The easiest solution to seed database with Go
2 versions - Latest release: over 1 year ago - 1 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/ispec-inc/monorepo/go v0.0.0-20220821175324-cad48ee150d7
1 version - Latest release: over 1 year ago - 13 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/purposeinplay/go-commons/psqltest v0.0.3
Package psqltest is a similar package to net/http/http test This package provides utilities for t...
3 versions - Latest release: over 1 year ago - 0 stars on GitHub
Top 8.1% on proxy.golang.org
github.com/nictes1/storage-implementation v0.0.0-20220810192314-90851237f7a9
Bootcamp GO
1 version - Latest release: over 1 year ago - 2 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/nndergunov/deliveryApp/app/services/restaurant v0.0.0-20220805122025-37eac91da1fc
1 version - Latest release: over 1 year ago - 2 dependent packages - 0 stars on
Top 8.4% on proxy.golang.org
github.com/nndergunov/deliveryApp/app/services/order v0.0.0-20220805122025-37eac91da1fc
1 version - Latest release: over 1 year ago - 1 dependent package - 0 stars on
github.com/purposeinplay/go-commons v0.6.2
Package go-commons contains a collection of common technologies used in a Web Service. The main p...
15 versions - Latest release: almost 2 years ago - 2 dependent packages - 2 dependent repositories - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/ktakenaka/gosample2022 v0.0.0-20220714124106-cdd83a52a60c
11 versions - Latest release: almost 2 years ago - 0 stars on GitHub
Top 6.5% on proxy.golang.org
github.com/tadoku/tadoku/services/reading-contest-api v0.0.0-20220625054139-70faa52d7ba6
Tadoku is a friendly foreign-language reading contest aimed at building a habit of reading in you...
1 version - Latest release: almost 2 years ago - 17 stars on GitHub
Top 4.7% on proxy.golang.org
github.com/bokwoon95/go-structured-query v1.2.3
Type safe SQL query builder and struct mapper for Go
14 versions - Latest release: almost 2 years ago - 1 dependent package - 2 dependent repositories - 188 stars on GitHub
Top 8.3% on proxy.golang.org
github.com/KoleMax/async-architecture v0.0.0-20220513221114-05df700134ee
1 version - Latest release: almost 2 years ago - 2 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/akaswenwilk/godog v0.13.1
Package godog is the official Cucumber BDD framework for Golang, it merges specification and test...
51 versions - Latest release: almost 2 years ago - 0 stars on GitHub
Top 6.6% on proxy.golang.org
github.com/tadoku/tadoku/services/identity-api v0.0.0-20220423072801-1ecc3c7a3ea2
Tadoku is a friendly foreign-language reading contest aimed at building a habit of reading in you...
2 versions - Latest release: about 2 years ago - 17 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/metalblockchain/ortelius v1.7.10
State archival and indexer for the Avalanche network. Used in the Avalanche Explorer.
46 versions - Latest release: about 2 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/MetalBlockchain/ortelius v1.7.10
State archival and indexer for the Avalanche network. Used in the Avalanche Explorer.
46 versions - Latest release: about 2 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/adrianbrad/psqlutil v0.0.0-20220411131323-e14518682b9b
2 versions - Latest release: about 2 years ago
Top 7.6% on proxy.golang.org
github.com/gvre/api-sample-app v0.0.0-20220328112026-15f6d7719f58
A simple REST-like API (no HATEOAS) example that can be used as a starter kit.
2 versions - Latest release: about 2 years ago - 12 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/ajishcherian1982/grpc-gateway-boilerplate v0.0.0-20220325111201-b7604bf2aff2
1 version - Latest release: about 2 years ago
Top 8.2% on proxy.golang.org
github.com/purplesmoke05/chainlink v1.2.1
node of the decentralized oracle network, bridging on and off-chain computation
76 versions - Latest release: about 2 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/nosssana/chainlinknode v1.2.1
72 versions - Latest release: about 2 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/vitaliy-muminov/godog v0.12.4
Package godog is the official Cucumber BDD framework for Golang, it merges specification and test...
24 versions - Latest release: over 2 years ago
Top 8.2% on proxy.golang.org
github.com/igvargas/GoWeb v0.0.0-20220104042018-84092b6e8986
1 version - Latest release: over 2 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/goplugin/plugin v0.0.5
Plugin
5 versions - Latest release: over 2 years ago - 6 stars on GitHub
Top 6.6% on proxy.golang.org
github.com/GoPlugin/Plugin v0.0.5
Plugin
5 versions - Latest release: over 2 years ago - 1 dependent package - 6 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/extmatperez/w2GoPrueba v0.0.0-20211229193618-67547f32ec20
1 version - Latest release: over 2 years ago - 4 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/rohankumardubey/chainlink v1.0.1
66 versions - Latest release: over 2 years ago - 0 stars on GitHub
Top 8.1% on proxy.golang.org
github.com/minond/captainslog/processor v0.0.0-20211105184916-5b40bf5746cc
Captain's Log is an application for logging anything you want. The intent is to be able to log an...
1 version - Latest release: over 2 years ago - 1 stars on GitHub
Top 7.8% on proxy.golang.org
github.com/minond/captainslog/querier v0.0.0-20211105184916-5b40bf5746cc
Captain's Log is an application for logging anything you want. The intent is to be able to log an...
2 versions - Latest release: over 2 years ago - 1 stars on GitHub
github.com/minond/captainslog/shared/service v0.0.0-20211105184916-5b40bf5746cc
Captain's Log is an application for logging anything you want. The intent is to be able to log an...
1 version - Latest release: over 2 years ago - 2 dependent packages - 1 dependent repositories - 1 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/bokwoon95/nusskylabx v0.0.0-20211025062443-baf4ea5841c9
nusskylab experimental
1 version - Latest release: over 2 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/DCMMC/chainlink v1.10.17
67 versions - Latest release: over 2 years ago
Top 8.2% on proxy.golang.org
github.com/dcmmc/chainlink v1.10.17
67 versions - Latest release: over 2 years ago
Top 9.0% on proxy.golang.org
github.com/ozonva/ova-recording-api v0.0.0-20210907131850-10ba5815b54c
Recording API
1 version - Latest release: over 2 years ago - 0 stars on GitHub
Top 8.1% on proxy.golang.org
github.com/martinohmann/godog-db v0.1.1
Package db defines a godog feature context which adds steps to setup and verify database contents...
2 versions - Latest release: over 2 years ago - 1 stars on GitHub
Top 6.6% on proxy.golang.org
github.com/tadoku/tadoku/services/tadoku-contest-api v0.0.0-20210802034712-bca82996cf0e
Tadoku is a friendly foreign-language reading contest aimed at building a habit of reading in you...
1 version - Latest release: almost 3 years ago - 17 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/quentin-fox/go-structured-query v1.1.2
Type safe SQL query builder and struct mapper for Go
5 versions - Latest release: almost 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/duchiporexia/goutils v0.0.2
2 versions - Latest release: almost 3 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/adryenn/chainlink v0.10.8
57 versions - Latest release: almost 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/alextanhongpin/postgres v0.0.4
Wrapper of common utilities used when using Postgres in Go
4 versions - Latest release: almost 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/sf9v/kalupi v0.0.0-20210609095947-22350a6a3f82
1 version - Latest release: almost 3 years ago
Top 6.5% on proxy.golang.org
github.com/bots-house/share-file-bot v0.0.0-20210601163705-64046f998244
☁️ Share anything using Telegram as Cloud
1 version - Latest release: almost 3 years ago - 19 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/cga1123/bissy-api v0.0.0-20210528075739-2d572df9eb54
Some toy APIs to learn go!
1 version - Latest release: almost 3 years ago - 1 stars on GitHub