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 implementation. When the connection is opened, it starts a transaction and all operations performed on the returned database/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 a transaction and execute fast. And you do not have to interface your database/sql.DB reference in your code, txdb is like a standard database/sql/driver.Driver. This driver supports any database/sql/driver.Driver connection to be opened. You can register txdb for different 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. Example, assuming you have a mysql database called txdb_test and a table users with a username: 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: 3 months ago
First release: almost 8 years ago
Namespace: github.com/DATA-DOG
Dependent packages: 168
Dependent repositories: 471
Stars: 624 on GitHub
Forks: 47 on GitHub
Total Commits: 40
Committers: 14
Average commits per author: 2.857
Development Distribution Score (DDS): 0.45
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/l3pp4rd, https://github.com/sponsors/flimzy, https://github.com/sponsors/Yiling-J
Last synced: about 23 hours ago
github.com/DataInsightHub/Go-Mongo-Helper v1.0.0
1 version - Latest release: about 1 year ago - 0 stars on GitHubgithub.com/datainsighthub/go-mongo-helper v1.0.0
1 version - Latest release: about 1 year ago - 0 stars on GitHubgithub.com/transcom/mymove v0.0.0-20240118194850-a034523ceee1
MyMove Personal Property Prototype372 versions - Latest release: over 1 year ago - 1 dependent package - 1 dependent repositories - 47 stars on GitHub
github.com/nrfta/go-pghelpers v0.10.0
Golang helpers for Postgres.12 versions - Latest release: over 1 year ago - 1 stars on GitHub
github.com/neighborly/go-pghelpers v0.10.0
12 versions - Latest release: over 1 year ago - 2 dependent packages - 1 dependent repositoriesgithub.com/alextanhongpin/core v0.0.0-20240110141828-38cf8c21ab03
Core microservices for golang190 versions - Latest release: over 1 year ago - 2 dependent packages - 0 stars on GitHub
github.com/ispec-inc/starry/packages/api-go-mvc-graphql v0.0.0-20231215014149-487311f59351
1 version - Latest release: over 1 year ago - 1 stars on GitHubgithub.com/ConradKurth/gokit v0.0.0-20231127184924-685b53485d45
Bunch of utils and helpers for golang libs9 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/alextanhongpin/dbtx v0.0.0-20231126011422-b1203ac8c0fe
15 versions - Latest release: over 1 year agogithub.com/curio-research/keystone v0.1.14
Rollup framework for high-performance onchain games.8 versions - Latest release: over 1 year ago - 2 dependent packages - 1 dependent repositories - 87 stars on GitHub
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: over 1 year ago - 0 stars on GitHub
github.com/e2u/e2util v0.0.0-20230813110033-c13b222cbb1a
4 versions - Latest release: almost 2 years ago - 1 stars on GitHubgitlab.com/reederc42/wiki v0.0.0-20230731025814-e40f217404e4
7 versions - Latest release: almost 2 years ago - 1 stars on GitLab.comgithub.com/extmatperez/meli_bootcamp_go_w2-3 v0.0.0-20230726133232-420f2defa721
meli_bootcamp_go_w2-31 version - Latest release: almost 2 years ago - 2 stars on GitHub
github.com/extmatperez/meli_bootcamp_go_w2-4 v0.0.0-20230724172449-5c1d09872b77
meli_bootcamp_go_w2-41 version - Latest release: almost 2 years ago - 2 stars on GitHub
github.com/cmartinc22/devhub-backend-core v0.0.14
14 versions - Latest release: almost 2 years ago - 0 stars on GitHubgithub.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: about 2 years ago - 27 stars on GitHub
github.com/purposeinplay/go-starter-grpc-gateway v0.0.0-20230531142147-1f36458364b1
2 versions - Latest release: about 2 years ago - 1 stars on GitHubgithub.com/tschuyebuhl/bob v0.21.1
SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite53 versions - Latest release: about 2 years ago - 0 stars on GitHub
github.com/jacobmolby/bob v0.21.1
SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite53 versions - Latest release: about 2 years ago - 1 stars on GitHub
github.com/hiendv/bob v0.0.0-20230425085734-72a5ee6900b7 removed
2 versions - Latest release: about 2 years agogithub.com/alextanhongpin/go-core-microservice v0.0.0-20230415071410-b2a7378ff01b
Core microservices for golang11 versions - Latest release: about 2 years ago - 0 stars on GitHub
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 2 years ago - 3 stars on GitHub
github.hscsec.cn/adrianbrad/psqltest v1.3.0
8 versions - Latest release: about 2 years agogithub.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 2 years ago - 5 dependent packages - 1 dependent repositories - 4 stars on GitHub
github.com/gokrazy/gus v0.0.0-20230221202048-efec799588e2
⚠ WORK IN PROGRESS ⚠ gokrazy Update System (GUS) ⚠ WORK IN PROGRESS ⚠5 versions - Latest release: over 2 years ago - 6 stars on GitHub
github.com/acoustid/go-acoustid v0.0.0-20230217050816-991ee45d040f
Experimental AcoustID backend in Go2 versions - Latest release: over 2 years ago - 1 dependent repositories - 10 stars on GitHub
github.com/saraisanjuanesc/backpack-bcgow6-sarai-sanjuan v0.0.0-20221110221039-5c0bf6dfcc68
1 version - Latest release: over 2 years ago - 0 stars on GitHubgithub.com/Lu-meli/backpack-bcgow6-lucia-morel v0.0.0-20221110171614-ae4657d97336
1 version - Latest release: over 2 years agogithub.com/tinchourteaga-ml/backpack-bcgow6-martin-urteaga v0.0.0-20221110141724-1316e3239cad
1 version - Latest release: over 2 years ago - 0 stars on GitHubgithub.com/nndergunov/deliveryApp/services/order v0.0.0-20221108011538-1469315d8344
1 version - Latest release: over 2 years ago - 0 stars on GitHubgithub.com/nndergunov/deliveryApp/services/restaurant v0.0.0-20221108011538-1469315d8344
1 version - Latest release: over 2 years ago - 1 dependent package - 0 stars on GitHubgithub.com/chidionuekwusi/polluter v1.0.0
The easiest solution to seed database with Go1 version - Latest release: over 2 years ago - 0 stars on GitHub
github.com/danvergara/seeder v0.5.0
Package seeder provides a set of tools to seed databases.14 versions - Latest release: over 2 years ago - 2 dependent packages - 2 dependent repositories - 35 stars on GitHub
github.com/ispec-inc/monorepo/go v0.0.0-20220821175324-cad48ee150d7
1 version - Latest release: almost 3 years ago - 13 stars on GitHubgithub.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: almost 3 years ago - 0 stars on GitHub
github.com/nictes1/storage-implementation v0.0.0-20220810192314-90851237f7a9
Bootcamp GO1 version - Latest release: almost 3 years ago - 2 stars on GitHub
github.com/nndergunov/deliveryApp/app/services/restaurant v0.0.0-20220805122025-37eac91da1fc
1 version - Latest release: almost 3 years ago - 2 dependent packages - 0 stars ongithub.com/nndergunov/deliveryApp/app/services/order v0.0.0-20220805122025-37eac91da1fc
1 version - Latest release: almost 3 years ago - 1 dependent package - 0 stars ongithub.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 3 years ago - 2 dependent packages - 2 dependent repositories - 0 stars on GitHub
github.com/ktakenaka/gosample2022 v0.0.0-20220714124106-cdd83a52a60c
11 versions - Latest release: almost 3 years ago - 0 stars on GitHubgithub.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 3 years ago - 17 stars on GitHub
github.hscsec.cn/bokwoon95/go-structured-query v1.2.3
7 versions - Latest release: about 3 years agogithub.skymusic.top/bokwoon95/go-structured-query v1.2.3
7 versions - Latest release: about 3 years agogithub.com/bokwoon95/go-structured-query v1.2.3
Type safe SQL query builder and struct mapper for Go14 versions - Latest release: about 3 years ago - 1 dependent package - 2 dependent repositories - 188 stars on GitHub
github.com/seiro-ogasawara/golang-todo-api-sample v0.0.0-20220515112601-d412edc30fdd
Sample project for todo api service1 version - Latest release: about 3 years ago - 1 stars on GitHub
github.com/KoleMax/async-architecture v0.0.0-20220513221114-05df700134ee
1 version - Latest release: about 3 years ago - 2 stars on GitHubgithub.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 3 years ago - 17 stars on GitHub
github.com/adrianbrad/psqlutil v0.0.0-20220411131323-e14518682b9b
2 versions - Latest release: about 3 years agogithub.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 3 years ago - 12 stars on GitHub
github.com/ajishcherian1982/grpc-gateway-boilerplate v0.0.0-20220325111201-b7604bf2aff2
1 version - Latest release: about 3 years agogithub.com/jrdnull/microservices_technical_test/user_service v0.0.0-20220303211640-76fa9d5a4ce8
Technical test for a service providing a tailored news feed1 version - Latest release: over 3 years ago - 1 stars on GitHub
github.com/jrdnull/microservices_technical_test/article_service v0.0.0-20220303211640-76fa9d5a4ce8
Technical test for a service providing a tailored news feed1 version - Latest release: over 3 years ago - 1 stars on GitHub
github.com/igvargas/GoWeb v0.0.0-20220104042018-84092b6e8986
1 version - Latest release: over 3 years ago - 0 stars on GitHubgithub.com/GoPlugin/Plugin v0.0.5
Plugin5 versions - Latest release: over 3 years ago - 1 dependent package - 6 stars on GitHub
github.com/goplugin/plugin v0.0.5
Plugin5 versions - Latest release: over 3 years ago - 6 stars on GitHub
github.com/extmatperez/w2GoPrueba v0.0.0-20211229193618-67547f32ec20
1 version - Latest release: over 3 years ago - 4 stars on GitHubgithub.com/rohankumardubey/chainlink v1.0.1
66 versions - Latest release: over 3 years ago - 0 stars on GitHubgithub.com/shinofara/modern-go-application-for-me-2021 v0.0.0-20211108082121-1d8dc77d6084
Modern Go Application for me in 20211 version - Latest release: over 3 years ago - 14 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 3 years ago - 2 dependent packages - 1 dependent repositories - 1 stars on GitHub
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 3 years ago - 1 stars on GitHub
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 3 years ago - 1 stars on GitHub
github.com/bokwoon95/nusskylabx v0.0.0-20211025062443-baf4ea5841c9
nusskylab experimental1 version - Latest release: over 3 years ago - 0 stars on GitHub
github.com/DCMMC/chainlink v1.10.17
67 versions - Latest release: over 3 years agogithub.com/dcmmc/chainlink v1.10.17
67 versions - Latest release: over 3 years agogithub.com/ozonva/ova-recording-api v0.0.0-20210907131850-10ba5815b54c
Recording API1 version - Latest release: almost 4 years ago - 0 stars on GitHub
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: almost 4 years ago - 1 stars on GitHub
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 4 years ago - 17 stars on GitHub
github.com/xabi93/racers v0.0.0-20210716071029-d92005da43bd
My thoughts about clean architecture and go1 version - Latest release: almost 4 years ago - 1 stars on GitHub
github.com/quentin-fox/go-structured-query v1.1.2
Type safe SQL query builder and struct mapper for Go5 versions - Latest release: almost 4 years ago - 0 stars on GitHub
github.com/duchiporexia/goutils v0.0.2
2 versions - Latest release: almost 4 years ago - 0 stars on GitHubgithub.com/adryenn/chainlink v0.10.8
57 versions - Latest release: almost 4 years ago - 0 stars on GitHubgithub.com/alextanhongpin/postgres v0.0.4
Wrapper of common utilities used when using Postgres in Go4 versions - Latest release: about 4 years ago - 0 stars on GitHub
github.com/sf9v/kalupi v0.0.0-20210609095947-22350a6a3f82
1 version - Latest release: about 4 years agogithub.com/bots-house/share-file-bot v0.0.0-20210601163705-64046f998244
☁️ Share anything using Telegram as Cloud1 version - Latest release: about 4 years ago - 19 stars on GitHub
github.com/cga1123/bissy-api v0.0.0-20210528075739-2d572df9eb54
Some toy APIs to learn go!1 version - Latest release: about 4 years ago - 1 stars on GitHub
github.com/adminf3/sunshine-server v1.0.0 removed
1 version - Latest release: about 4 years agogithub.com/AdminF3/sunshine-server v1.0.0 removed
1 version - Latest release: about 4 years agogithub.com/smartcontractadam/adamoracle v0.0.1
1 version - Latest release: about 4 years agogithub.com/lztll/adamoracle_v1 v0.0.3
3 versions - Latest release: about 4 years ago - 1 dependent packagegithub.com/tadoku/api v0.0.0-20210324120714-a80bb5cd4b0e
1 version - Latest release: about 4 years agogithub.com/tanimutomo/gorm-txdb v0.0.0-20210321120300-493ec85a5ca9
1 version - Latest release: about 4 years ago - 2 stars on GitHubgithub.com/sivo4kin/digiu-cross-chain v0.0.0-20210319170425-d1939085fc9c
2 versions - Latest release: about 4 years agogithub.com/adrianbrad/dbutils v0.0.0-20210316181203-c62934ff20f1
1 version - Latest release: over 4 years ago - 0 stars on GitHubgithub.com/seerlink/seerlink v0.0.2
Node of the decentralized oracle network, bridging on and off-chain computation.1 version - Latest release: over 4 years ago - 1 stars on GitHub
github.com/SeerLink/seerlink v0.0.2
Node of the decentralized oracle network, bridging on and off-chain computation.1 version - Latest release: over 4 years ago - 1 stars on GitHub
github.com/corpetty/ortelius v1.2.0
State archival and indexer for the Avalanche network. Used in the Avalanche Explorer.6 versions - Latest release: over 4 years ago - 0 stars on GitHub
github.com/minond/captainslog/shared/internal v0.0.0-20210208033152-efacbca824d8
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 4 years ago - 1 dependent package - 1 dependent repositories - 1 stars on GitHub
github.com/vordev/VOR v0.0.0-20210106233135-e34851260bf6
1 version - Latest release: over 4 years ago - 0 stars on GitHubgithub.com/rdcoin/smart-contract v0.9.6
44 versions - Latest release: over 4 years ago - 1 stars on GitHubgithub.com/rdcoin/smart-contrac v0.9.6
44 versions - Latest release: over 4 years ago - 1 stars on GitHubgithub.com/d-smith-link-operator/chainlink_external_adpt v0.9.2
40 versions - Latest release: over 4 years ago - 0 stars on GitHubgithub.com/rinchsan/txdb-todo v0.0.0-20201004120350-ba9b2d10b0dd
Sample Todo Application tested by txdb1 version - Latest release: over 4 years ago - 2 stars on GitHub
github.com/aspns-civ/link v0.8.17
37 versions - Latest release: over 4 years ago - 0 stars on GitHubgithub.com/quen2404/polluter v1.0.0
The easiest solution to seed database with Go1 version - Latest release: over 4 years ago - 0 stars on GitHub
github.com/gabrielbo1/kronos v0.0.0-20200821152328-7efc407c3118
1 version - Latest release: almost 5 years agogithub.com/tommyegn/chainlink v0.8.12
32 versions - Latest release: almost 5 years ago - 0 stars on GitHubgithub.com/gvre/rest-api-sample-app v0.0.0-20200807074656-9583f346bd79
1 version - Latest release: almost 5 years agogithub.com/LiamYabou/top100-scrapy v1.0.1
2 versions - Latest release: almost 5 years agogithub.com/liamyabou/top100-scrapy v1.0.1
1 version - Latest release: almost 5 years agoCheck this option to include packages that no longer depend on this package in their latest version but previously did.