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
·

1 Repo

Awesome GitHub RepositoriesTransaction Validation Tests

Tests specifically designed to verify the atomic success or failure of database transactions.

Distinct from Database Transactions: Focuses on verifying the correctness of transaction boundaries and failure modes rather than providing the transaction mechanism itself.

Explore 1 awesome GitHub repository matching data & databases · Transaction Validation Tests. Refine with filters or upvote what's useful.

Awesome Transaction Validation Tests GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • threedotslabs/wild-workouts-go-ddd-exampleAvatar von ThreeDotsLabs

    ThreeDotsLabs/wild-workouts-go-ddd-example

    6,348Auf GitHub ansehen↗

    This project is a reference implementation of Domain-Driven Design, Clean Architecture, and Command Query Responsibility Segregation (CQRS) patterns using the Go programming language. It serves as a sample application to demonstrate how to decouple core domain rules from infrastructure and delivery mechanisms. The system is built as a gRPC microservices architecture, utilizing type-safe communication and service contracts. It implements an event-driven architecture to manage eventual consistency and asynchronous processing, specifically employing the Outbox pattern to ensure reliable messagin

    Includes tests that validate transaction logic by asserting failures when underlying implementations are intentionally broken.

    Goclean-architecturecqrsddd
    Auf GitHub ansehen↗6,348
  1. Home
  2. Data & Databases
  3. Database Transactions
  4. Transaction Validation Tests