Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists tagged with migrations

A curated list of projects in awesome lists tagged with migrations .

https://github.com/pressly/goose

A database migration tool. Supports SQL migrations and Go functions.

database database-migrations go golang migration migrations mysql postgres postgresql schema sql sqlite

Last synced: 29 Sep 2024

https://github.com/cakephp/phinx

PHP Database Migrations for Everyone

database-migrations migrations php php-database-migrations

Last synced: 30 Jul 2024

https://github.com/xataio/pgroll

PostgreSQL zero-downtime migrations made easy

golang migrations postgresql zero-downtime

Last synced: 31 Jul 2024

https://github.com/dataplat/dbatools

🚀 SQL Server automation and instance migrations have never been safer, faster or freer

backup best-practices database database-administration hacktoberfest migrations mssql powershell sql-server sql-server-migration

Last synced: 27 Sep 2024

https://github.com/miguelgrinberg/flask-migrate

SQLAlchemy database migrations for Flask applications using Alembic

alembic database flask migrations python sqlalchemy-database-migrations

Last synced: 29 Sep 2024

https://github.com/miguelgrinberg/Flask-Migrate

SQLAlchemy database migrations for Flask applications using Alembic

alembic database flask migrations python sqlalchemy-database-migrations

Last synced: 30 Jul 2024

https://github.com/kitloong/laravel-migrations-generator

Laravel Migrations Generator: Automatically generate your migrations from an existing database schema.

database-migrations existing-database laravel lumen migrations

Last synced: 01 Oct 2024

https://github.com/sequelize/umzug

Framework agnostic migration tool for Node.js

javascript migrations sequelize typescript

Last synced: 29 Sep 2024

https://github.com/fabianlindfors/reshape

An easy-to-use, zero-downtime schema migration tool for Postgres

migrations postgresql

Last synced: 30 Sep 2024

https://github.com/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.

database database-migrations gem migrations rails ruby ruby-on-rails sql

Last synced: 29 Sep 2024

https://github.com/gobuffalo/pop

A Tasty Treat For All Your Database Needs

cockroachdb database gobuffalo migrations mysql orm postgresql sqlite

Last synced: 30 Sep 2024

https://github.com/go-gormigrate/gormigrate

Minimalistic database migration helper for Gorm ORM

database db go gorm migrations schema schema-migrations

Last synced: 30 Sep 2024

https://github.com/Go-Gormigrate/Gormigrate

Minimalistic database migration helper for Gorm ORM

database db go gorm migrations schema schema-migrations

Last synced: 30 Jul 2024

https://github.com/seppevs/migrate-mongo

A database migration tool for MongoDB in Node

database database-migrations migrate migrations mongo mongodb node npm

Last synced: 29 Sep 2024

https://github.com/kriasoft/node-sqlite

SQLite client wrapper around sqlite3 for Node.js applications with SQL-based migrations API written in Typescript

async database db es7-async migrate migration migrations nodejs sql sqlite typescript

Last synced: 01 Oct 2024

https://github.com/yogthos/migratus

MIGRATE ALL THE THINGS!

clojure-library migrations

Last synced: 03 Oct 2024

https://github.com/weavejester/ragtime

Database-independent migration library

clojure database jdbc migrations sql

Last synced: 30 Sep 2024

https://github.com/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).

activerecord gem migrations postgresql rails ruby

Last synced: 03 Oct 2024

https://github.com/LendingHome/zero_downtime_migrations

Zero downtime migrations with ActiveRecord 3+ and PostgreSQL

activerecord database migrations postgres rails ruby

Last synced: 06 Aug 2024

https://github.com/seanharr11/etlalchemy

Extract, Transform, Load: Any SQL Database in 4 lines of Code.

database etl etl-framework migrations python sqlalchemy

Last synced: 06 Aug 2024

https://github.com/timokoerber/laravel-one-time-operations

Run operations once after deployment - just like you do it with migrations!

cicd deployment dispatch jobs laravel laravel-framework migrations operations

Last synced: 27 Sep 2024

https://github.com/ka8725/migration_data

Migrate data along with schema migrations in Rails and keep them up to date.

data data-migration migrations rails

Last synced: 03 Aug 2024

https://github.com/klen/peewee_migrate

Simple migration engine for Peewee

migrations peewee peewee-orm

Last synced: 30 Sep 2024

https://github.com/thomwright/postgres-migrations

🐦 A Stack Overflow-inspired PostgreSQL migration library with strict ordering and immutable migrations

database database-migrations javascript js migrations node node-js nodejs postgres postgres-migrations postgresql typescript

Last synced: 29 Sep 2024

https://github.com/ThomWright/postgres-migrations

🐦 A Stack Overflow-inspired PostgreSQL migration library with strict ordering and immutable migrations

database database-migrations javascript js migrations node node-js nodejs postgres postgres-migrations postgresql typescript

Last synced: 04 Aug 2024

https://github.com/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

authentication authorization boilerplate clean-arch clean-architecture ddd-architecture docker microservice migrations mongodb mongoose mongoose-crud mongoosejs nestjs postgres postgres-crud redis typeorm typescript

Last synced: 27 Sep 2024

https://github.com/drfraker/snipe-migrations

Blazing fast database migrations for Laravel tests.

laravel migrations testing

Last synced: 01 Aug 2024

https://github.com/instant-dev/instant

JavaScript API framework with ORM, migrations and vectors

api bun deno javascript migrations nodejs orm postgres postgresql

Last synced: 30 Sep 2024

https://github.com/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.

dbschema migrations rails

Last synced: 06 Aug 2024

https://github.com/ambroiseRabier/typeorm-nestjs-migration-example

"Example of how to use migrations feature of TypeORM with NestJS.

docs migrations nestjs nestjs-backend typeorm

Last synced: 14 Aug 2024

https://github.com/Artur-Sulej/excellent_migrations

An Elixir tool for checking safety of database migrations.

ast code-analysis credo ecto elixir migrations static-analysis

Last synced: 01 Aug 2024

https://github.com/customink/secondbase

Seamless second database integration for Rails.

activerecord database-management database-tasks migrations rails secondbase-database

Last synced: 31 Jul 2024

https://github.com/slicknode/slicknode

GraphQL Backend, Gateway, and Headless CMS for creating custom backends and digital products with content management.

cms graphql graphql-api graphql-cms graphql-sdl headless-cms migrations modular serverless slicknode

Last synced: 27 Sep 2024

https://github.com/spatie/laravel-migrate-fresh

An artisan command to build up a database from scratch

artisan database debug eloquent laravel migrations php

Last synced: 01 Aug 2024

https://github.com/alvassin/alembic-quickstart

Examples how to test Alembic migrations for Yandex Backend Development school & Moscow Python meetup №69

aiohttp alembic example migrations pytest python python3 sqlalchemy testing

Last synced: 02 Oct 2024

https://github.com/SRoddis/Mongo.Migration

On-the-fly migrations with MongoDB C# Driver

csharp dotnet migration migrations mongodb mongodb-driver schema schema-migrations

Last synced: 31 Jul 2024

https://github.com/alassek/activerecord-pg_enum

Integrate PostgreSQL's enumerated types with the Rails enum feature

enum enumerated-types migrations postgresql ruby-on-rails

Last synced: 30 Sep 2024

https://github.com/Odonno/surrealdb-migrations

An awesome SurrealDB migration tool, with a user-friendly CLI and a versatile Rust library that enables seamless integration into any project.

crates events migrations migrations-generator rust schema surrealdb

Last synced: 01 Aug 2024

https://github.com/lulco/phoenix

Framework agnostic database migrations for PHP.

database-migrations migrations php php7

Last synced: 01 Aug 2024

https://github.com/cobliteam/cassandra-migrate

Simple Cassandra schema migration tool written in Python

cassandra cql devops-tools migrations schema-migrations

Last synced: 29 Sep 2024

https://github.com/thedragoncode/migrate-db

Easy data transfer from one database to another

database migration migration-tool migrations mssql mysql pgsql

Last synced: 27 Sep 2024

https://github.com/insolita/yii2-migrik

Yii2 Gii-tools for create migration files

gii hacktoberfest migrations yii2 yii2-extension

Last synced: 27 Sep 2024

https://github.com/jaemk/migrant

Migration management for PostgreSQL/SQLite/MySQL

database database-migrations migrations mysql postgres rust sqlite

Last synced: 04 Aug 2024

https://github.com/worksolutions/bitrix-reduce-migrations

Bitrix module for migrations

bitrix bitrix-module migrations

Last synced: 31 Jul 2024

https://github.com/blainehansen/postgres_migrator

A postgres migration generator and runner that uses raw declarative sql.

database database-migrations migration migrations postgres raw-sql rust

Last synced: 13 Aug 2024

https://github.com/robinjoseph08/go-pg-migrations

A Go package to help write migrations with go-pg/pg.

go go-pg golang migrations postgresql

Last synced: 30 Jul 2024

https://github.com/nickjj/flask-db

A Flask CLI extension to help migrate and manage your SQL database.

alembic database flask migrations sqlalchemy

Last synced: 04 Aug 2024

https://github.com/abogoyavlensky/automigrate

:robot: Auto-generated database migrations for Clojure

auto-migrations automigrate clj clojure database migrations postgresql

Last synced: 28 Sep 2024

https://github.com/g14a/metana

Abstract task migration tool written in Go for Golang services. Database and non database migration management brought to the CLI.

abstract cli database db g14a go golang metana migrations tasks

Last synced: 26 Sep 2024

https://github.com/vangogih/fastmigrations.json.net

The extra fast, minimum code size, unity compatible plugin for json files migrations using Newtonsoft Json.Net.

c-sharp csharp dotnet json migrations unity unity3d unity3d-plugin

Last synced: 26 Sep 2024

https://github.com/kevincolemaninc/yeet_dba

Automatically add foreign key constraints to your rails db

database database-migrations gem migrations rails ruby ruby-on-rails

Last synced: 01 Oct 2024

https://github.com/KevinColemanInc/yeet_dba

Automatically add foreign key constraints to your rails db

database database-migrations gem migrations rails ruby ruby-on-rails

Last synced: 06 Aug 2024

https://github.com/tvallotton/models

A tool for automated migrations for PostgreSQL, SQLite and MySQL.

database database-migrations migrations rust sql sqlite

Last synced: 04 Aug 2024

https://github.com/dizballanze/django-migrations-graph

Django-admin command to display migrations with dependencies.

django migrations python

Last synced: 31 Jul 2024

https://github.com/obrunodelgado/camelboilerplate

A Spring Boot Camel boilerplate that aims to consume events from Apache Kafka, process it and send to a PostgreSQL database.

camel camel-boilerplate data-engineering docker flyway java java-11 junit5 kafka migrations postgresql spring-boot unit-testing

Last synced: 29 Sep 2024

https://github.com/nathanagez/serverless-typeorm-migrations

Database migrations for AWS Lambda and RDS using TypeORM Migrations

database migrations serverless

Last synced: 06 Aug 2024

https://github.com/MicahElliott/dbdoc

Document your database schema, because your team will thank you, and a single text file makes it easy. Works well with PostgreSQL and others.

cockroachdb datagrip db2-database dbeaver dbms documentation migrations oracle-database pgadmin postgresql schema-design snowflakedb sql

Last synced: 02 Aug 2024

https://github.com/businho/django-migrations-ci

Cached migrations on CI (and local) for faster migrations

database django migrations mysql postgres python sqlite3

Last synced: 03 Aug 2024

https://github.com/wallester/migrate

Command line tool for PostgreSQL migrations

database databases go golang migration migrations postgres postgresql

Last synced: 29 Sep 2024

https://github.com/eddmash/powerorm

A very simple but effective php orm

codeigniter database-table dbal laravel migrations orm php php-orm powerorm query

Last synced: 02 Oct 2024

https://github.com/greg-md/php-orm

A lightweight but powerful ORM(Object-Relational Mapping) library for PHP.

activerecord big-data greg-md greg-php intellisense migrations mssql mysql oracle orm php php-orm postgresql query-builder sqlite web-artisans

Last synced: 27 Sep 2024

https://github.com/bdragon300/mongoengine-migrate

Migrations for MongoEngine inspired by Django

database migrations mongoengine odm orm python

Last synced: 29 Sep 2024

https://github.com/gavsidhu/miflo

A database schema migration tool. Supports SQLite, PostgreSQL, and libSQL.

cli database-migrations database-schema go golang migrations postgresql sql sqlite sqlite3 turso

Last synced: 27 Sep 2024

https://github.com/robinncode/db_craft

DB Craft - CodeIgniter 4 Seeder, Migration Generator

cli codeigniter4 migrations package php seeders specification

Last synced: 30 Sep 2024

https://github.com/collective/collective.exportimport

Export and import content and other data from and to Plone

exporting hacktoberfest importing migrations plone python zope

Last synced: 01 Aug 2024

https://github.com/andywer/plow

👨‍🌾 Postgres migrations and seeding made easy

database docker migration migrations postgres postgres-migrations postgresql seed seeding

Last synced: 01 Oct 2024

https://github.com/awkweb/kysely-migrate

Kysely migrations and codegen CLI

cli codegen kysely migrations

Last synced: 02 Aug 2024

https://github.com/tmm/kysely-migrate

Kysely migrations and codegen CLI

cli codegen kysely migrations

Last synced: 12 Aug 2024

https://github.com/mahmoudmohamedramadan/custom-fresh

A Laravel package to specify the tables that you do not want to drop while refreshing the database.

composer custom-fresh custom-migrate laravel mariadb migrations mssql mysql oracle pdo pgsql php postgresql queryobject sql sqlite sqlserver

Last synced: 27 Sep 2024

https://github.com/mcmah309/surrealdb_migration_engine

A simple and powerful migration engine for SurrealDB

database database-management migrations rust surrealdb

Last synced: 01 Aug 2024

https://github.com/reem-lab/blog-app

The Blog app will be a classic example of a blog website. You will create a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.

gem migrations postgersql rails rspec-rails ruby

Last synced: 03 Oct 2024

https://github.com/fingerprintjs/nice-pg-sql-toolkit

Nice PG SQL toolkit. Loves SQL. Not an ORM. Can do migrations.

db-migration javascript migrations nodejs postgresql tiny toolkit

Last synced: 30 Sep 2024

https://github.com/lawzava/go-pg-migrate

CLI-friendly package for pg migrations management.

cli go go-pg golang hacktoberfest migrate migration migration-tool migrations postgresql

Last synced: 30 Sep 2024

https://github.com/idlesign/django-dev

Tools to facilitate application development for Django

development django i18n migrations python translation utils

Last synced: 04 Aug 2024

https://github.com/razum2um/joplin.mongodb

MongoDB support for Joplin

clojure migrations mongodb

Last synced: 01 Oct 2024