awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesMock Driver Implementations

Implementations of SQL driver interfaces that simulate database behavior without a real connection.

Distinct from SQL Driver Interfaces: Distinct from SQL Driver Interfaces: focuses on mock implementations for testing, not production driver mappings.

Explore 1 awesome GitHub repository matching software engineering & architecture · Mock Driver Implementations. Refine with filters or upvote what's useful.

Awesome Mock Driver Implementations GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • data-dog/go-sqlmockAvatar DATA-DOG

    DATA-DOG/go-sqlmock

    6,525Vezi pe GitHub↗

    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

    Intercepts database calls by implementing the database/sql/driver interfaces to simulate SQL driver behavior.

    Godatabasegogolang
    Vezi pe GitHub↗6,525
  1. Home
  2. Software Engineering & Architecture
  3. SQL Driver Interfaces
  4. Mock Driver Implementations