1 repo
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.
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.