All Projects → prisma → Migrate

prisma / Migrate

Licence: apache-2.0
Issues for Prisma Migrate are now tracked at prisma/prisma. This repo was used to track issues for Prisma Migrate Experimental and is now deprecated.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Migrate

Express Knex Objection
A simple API system on a pg database, using knex and objection to simplify connection and management
Stars: ✭ 20 (-97.44%)
Mutual labels:  database-schema, database-migrations
Erd
A Rails engine for drawing your app's ER diagram
Stars: ✭ 296 (-62.05%)
Mutual labels:  database-schema, database-migrations
upscheme
Database migrations and schema updates made easy
Stars: ✭ 737 (-5.51%)
Mutual labels:  database-migrations, database-schema
cl-migratum
Database Schema Migration System for Common Lisp
Stars: ✭ 29 (-96.28%)
Mutual labels:  database-migrations, database-schema
Dbmate
🚀 A lightweight, framework-agnostic database migration tool.
Stars: ✭ 2,228 (+185.64%)
Mutual labels:  database-schema, database-migrations
Obevo
Obevo is a database deployment tool that handles enterprise scale schemas and complexity
Stars: ✭ 192 (-75.38%)
Mutual labels:  database-schema, database-migrations
Compalex
Lightweight script to compare two database
Stars: ✭ 318 (-59.23%)
Mutual labels:  database-schema, database-migrations
sync-db
Utility to synchronize relational database objects across databases.
Stars: ✭ 15 (-98.08%)
Mutual labels:  database-migrations
Django Schema Graph
An interactive graph of your Django model structure
Stars: ✭ 278 (-64.36%)
Mutual labels:  database-schema
poco restful webservice
A RESTful API using Poco C++ Libraries.
Stars: ✭ 54 (-93.08%)
Mutual labels:  database-migrations
mongo-migrate
Versioned migrations for MongoDB.
Stars: ✭ 79 (-89.87%)
Mutual labels:  database-migrations
Quiz-App
A Quiz Android application 📱 built using Java ♨️ and showing best practices of 🛠️ Room
Stars: ✭ 33 (-95.77%)
Mutual labels:  database-schema
Tenanti
[Package] Multi-tenant Database Schema Manager for Laravel
Stars: ✭ 525 (-32.69%)
Mutual labels:  database-migrations
Gnorm
A database-first code generator for any language
Stars: ✭ 415 (-46.79%)
Mutual labels:  database-schema
Schemahero
A Kubernetes operator for declarative database schema management (gitops for database schemas)
Stars: ✭ 265 (-66.03%)
Mutual labels:  database-schema
carry
Python ETL(Extract-Transform-Load) tool / Data migration tool
Stars: ✭ 115 (-85.26%)
Mutual labels:  database-migrations
Phinx
PHP Database Migrations for Everyone
Stars: ✭ 4,245 (+444.23%)
Mutual labels:  database-migrations
Yii2 Migration
Yii 2 Migration Creator And Updater
Stars: ✭ 262 (-66.41%)
Mutual labels:  database-migrations
Shmig
Database migration tool written in BASH.
Stars: ✭ 408 (-47.69%)
Mutual labels:  database-migrations
supabase-schema
Secured & Simple Supabase Schema Visualizer
Stars: ✭ 216 (-72.31%)
Mutual labels:  database-schema

Repository deprecation notice

Prisma Migrate is now in Preview. You can find the official documentation here and you can read the announcement here.

Issues and feature requests for Prisma Migrate are now tracked at prisma/prisma. You can report issues or submit feature requests by creating new GitHub issues. This repository is archived and kept as read-only for historical purposes.

Legacy content


Prisma Migrate

Declarative data modeling & schema migrations

Quickstart   •   Website   •   Docs   •   Data model   •   Examples   •   Blog   •   Slack   •   Twitter

Prisma Migrate is a powerful database schema migration tool. It uses a declarative data modeling syntax to describe your database schema. Prisma Migrate also stores your migration history and easily lets you revert and replay migrations.

WARNING: Prisma Migrate is currently in an experimental state and therefore should not be used in production environments. Please help up improve Prisma Migrate by creating issues and sharing your feedback with us. You can also follow the technical specification to get an overview of what is planned for Prisma Migrate.

Documentation

You can find more info about Prisma Migrate in the Prisma documentation. Here are the most relevant pages from the docs:

Contributing

Read more about how to contribute to Prisma Migrate here.

Security

If you have a security issue to report, please contact us at [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].