migrations
There are 1251 repositories under migrations topic.
golang-migrate/migrate
Database migrations. CLI and Golang library.
pressly/goose
A database migration tool. Supports SQL migrations and Go functions.
amacneil/dbmate
🚀 A lightweight, framework-agnostic database migration tool.
xataio/pgroll
PostgreSQL zero-downtime migrations made easy
amitshekhariitbhu/RxJava2-Android-Samples
RxJava 2 Android Examples - How to use RxJava 2 in Android
cakephp/phinx
PHP Database Migrations for Everyone
w3tecch/express-typescript-boilerplate
A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch
kitloong/laravel-migrations-generator
Laravel Migrations Generator: Automatically generate your migrations from an existing database schema.
dataplat/dbatools
🚀 SQL Server automation and instance migrations have never been safer, faster or freer
sequelize/cli
The Sequelize CLI
miguelgrinberg/Flask-Migrate
SQLAlchemy database migrations for Flask applications using Alembic
aimeos/upscheme
Database migrations and schema updates made easy
mattes/migrate
Database migrations. CLI and Golang library.
sequelize/umzug
Framework agnostic migration tool for Node.js
fabianlindfors/reshape
An easy-to-use, zero-downtime schema migration tool for Postgres
plentz/lol_dba
lol_dba is a small package of rake tasks that scan your application models and displays a list of columns that probably should be indexed. Also, it can generate .sql migration scripts.
gobuffalo/pop
A Tasty Treat For All Your Database Needs
salsita/node-pg-migrate
Node.js database migration management for PostgreSQL
skeema/skeema
Declarative pure-SQL schema management for MySQL and MariaDB
go-gormigrate/gormigrate
Minimalistic database migration helper for Gorm ORM
seppevs/migrate-mongo
A database migration tool for MongoDB in Node
kriasoft/node-sqlite
SQLite client wrapper around sqlite3 for Node.js applications with SQL-based migrations API written in Typescript
ngxtension/ngxtension-platform
Utilities for Angular
fatkodima/online_migrations
Catch unsafe PostgreSQL migrations in development and run them easier in production (code helpers for table/column renaming, changing column type, adding columns with default, background migrations, etc).
yogthos/migratus
MIGRATE ALL THE THINGS!
weavejester/ragtime
Database-independent migration library
TimoKoerber/laravel-one-time-operations
Run operations once after deployment - just like you do it with migrations!
3YOURMIND/django-migration-linter
:rocket: Detect backward incompatible migrations for your django project
LendingHome/zero_downtime_migrations
Zero downtime migrations with ActiveRecord 3+ and PostgreSQL
seanharr11/etlalchemy
Extract, Transform, Load: Any SQL Database in 4 lines of Code.
PlannrCrm/laravel-fast-refresh-database
🚀 Refresh your test databases faster than you've ever seen before
GatoGraphQL/GatoGraphQL
Interact with all your data in WordPress using GraphQL
klen/peewee_migrate
Simple migration engine for Peewee
ka8725/migration_data
Migrate data along with schema migrations in Rails and keep them up to date.
mikemajesty/nestjs-microservice-boilerplate-api
Nestjs boilerplate microservice api | Mongodb CRUD - Postgres CRUD | Docker | Husky | Secrets service | HTTP service | Logs service | Authentication | Authorization | Error Handler | Swaggger Documentation | Mongo Generic Repository | Postgres Generic Repository
widefix/actual_db_schema
Wipe out inconsistent DB and schema.rb when switching branches. To do that, install this gem and use the standard rake db:migrate command.