1 repo
Systems that automatically reconcile database state with a desired configuration defined in code.
Distinguishing note: Distinct from general migration tools by emphasizing the declarative state-sync approach over imperative migration scripts.
Explore 1 awesome GitHub repository matching data & databases · Declarative Schema Managers. Refine with filters or upvote what's useful.
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
A configuration-driven approach to defining and evolving database structures using human-readable files that synchronize with underlying storage engines automatically.