awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Type-Safe Query Builders · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesType-Safe Query Builders

Libraries that provide compile-time validation for database queries based on schema definitions.

Distinguishing note: Focuses on the type-safety of the query interface, distinct from general ORM functionality.

Explore 1 awesome GitHub repository matching data & databases · Type-Safe Query Builders. Refine with filters or upvote what's useful.

  1. Home
  2. Data & Databases
  3. Type-Safe Query Builders

Awesome Type-Safe Query Builders GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • prisma/prisma

    prisma/prisma

    45,355View on GitHub↗

    Prisma is a database toolkit that provides a unified access layer for interacting with relational and document databases. It centers on a declarative schema modeling approach, where developers define their data structures in a human-readable language. This schema serves as the single source of truth, from which the toolkit automatically generates type-safe database clients that provide compile-time validation and editor autocomplete for all data operations. The project distinguishes itself through a high-performance, Rust-based query engine that handles query planning and connection pooling o

    Writes database queries that are automatically validated against the schema to prevent runtime errors.

    TypeScriptcockroachdbdatabasejavascript
    45,355View on GitHub↗