awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Referential Integrity Constraints · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesReferential Integrity Constraints

Mechanisms for enforcing foreign key relationships and data consistency at the database level.

Distinguishing note: Focuses specifically on automated validation of foreign key constraints to prevent inconsistent data states.

Explore 1 awesome GitHub repository matching data & databases · Referential Integrity Constraints. Refine with filters or upvote what's useful.

  1. Home
  2. Data & Databases
  3. Referential Integrity Constraints

Awesome Referential Integrity Constraints GitHub Repositories

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

    drizzle-team/drizzle-orm

    32,850View on GitHub↗

    Drizzle ORM is a TypeScript-native database toolkit providing type-safe SQL query building, schema management, and automated migrations across PostgreSQL, MySQL, SQLite, and SingleStore.

    Drizzle validates foreign key values using database-level constraints to prevent inconsistent data states and ensure that all related records remain properly linked within the system.

    TypeScriptormtypescriptsql
    32,850View on GitHub↗