awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
DATA-DOG avatar

DATA-DOG/go-txdb

0
View on GitHub↗
752 Stars·47 Forks·Go·3 Aufrufe

Go Txdb

Immutable transaction isolated sql driver for golang

Features

  • Mocking Tools - Transaction-based database driver for testing.
  • Testing and QA - Transaction-based database driver for testing.
  • Testing and Quality Assurance - Transaction-based database driver for testing.

Star-Verlauf

Star-Verlauf für data-dog/go-txdbStar-Verlauf für data-dog/go-txdb

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Go Txdb

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Go Txdb.
  • gojuno/minimockG

    gojuno/minimock

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • golang/mockAvatar von golang

    golang/mock

    9,361Auf GitHub ansehen↗

    GoMock is a mocking framework for the Go programming language.

    Go
    Auf GitHub ansehen↗9,361
  • data-dog/go-sqlmockAvatar von DATA-DOG

    DATA-DOG/go-sqlmock

    6,525Auf GitHub ansehen↗

    go-sqlmock is a Go library that simulates SQL driver behavior for unit testing by intercepting database calls through the standard database/sql/driver interface, eliminating the need for a real database connection. It provides a comprehensive mocking framework that allows developers to define expectations for SQL operations, including queries, executions, prepared statements, and transaction lifecycles, with precise control over the results and errors returned. The library distinguishes itself through its flexible matching and verification capabilities. It supports regex-based or exact SQL

    Godatabasegogolang
    Auf GitHub ansehen↗6,525
  • h2non/gockAvatar von h2non

    h2non/gock

    2,216Auf GitHub ansehen↗

    HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽

    Goapiassertionsexpectations
    Auf GitHub ansehen↗2,216
Alle 30 Alternativen zu Go Txdb anzeigen→

Häufig gestellte Fragen

Was macht data-dog/go-txdb?

Immutable transaction isolated sql driver for golang

Was sind die Hauptfunktionen von data-dog/go-txdb?

Die Hauptfunktionen von data-dog/go-txdb sind: Mocking Tools, Testing and QA, Testing and Quality Assurance.

Welche Open-Source-Alternativen gibt es zu data-dog/go-txdb?

Open-Source-Alternativen zu data-dog/go-txdb sind unter anderem: golang/mock — GoMock is a mocking framework for the Go programming language. jarcoal/httpmock — HTTP mocking for Golang. data-dog/go-sqlmock — go-sqlmock is a Go library that simulates SQL driver behavior for unit testing by intercepting database calls through… gojuno/minimock. h2non/gock — HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽. maxbrunsfeld/counterfeiter — A tool for generating self-contained, type-safe test doubles in go.