2 repos
Utilities for generating and managing scripts to update database schemas.
Distinguishing note: Focuses on the generation of migration scripts rather than direct schema editing.
Explore 2 awesome GitHub repositories matching data & databases · Schema Migration Tools. Refine with filters or upvote what's useful.
DBeaver is a universal database client and administration environment designed for managing diverse relational and non-relational database systems. It provides a unified graphical interface that enables users to perform data manipulation, schema migration, and performance monitoring across multiple platforms. By utilizing a standardized driver abstraction layer, the application translates generic requests into database-specific commands, ensuring consistent interaction regardless of the underlying technology. The project distinguishes itself through an extensible, plugin-based architecture th
Compares structures across environments to generate automated scripts for schema synchronization.
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
Defining and evolving database structures using human-readable configuration files that keep your data model synchronized across development environments.