-
Updated
Aug 25, 2021 - Go
#
schema-migrations
Here are 43 public repositories matching this topic...
GitHub's Online Schema Migrations for MySQL
Schema management CLI for MySQL
-
Updated
Aug 26, 2021 - Go
Migrate and update data alongside your database structure.
-
Updated
Jul 12, 2021 - Ruby
Idempotent MySQL/PostgreSQL schema management by SQL
-
Updated
Aug 6, 2021 - Go
Minimalistic database migration helper for Gorm ORM
-
Updated
Aug 28, 2021 - Go
Simplify and accelerate applying many migrations at once using a flattened dump of the database schema and migrations
-
Updated
Apr 20, 2021 - PHP
Simple Cassandra schema migration tool written in Python
-
Updated
Apr 26, 2021 - Python
Open
Add PR template
sauloperez
commented
Mar 2, 2019
We need to add a PR template so that contribution guidelines are clear beforehand. This should avoid maintainers asking for the changelog update. There are possibly other things worth asking like adding integration and units tests.
JPA Schema Generator Plugin
-
Updated
Dec 8, 2020 - Java
Percona's pt-online-schema-change runner for ActiveRecord migrations.
-
Updated
Jan 7, 2021 - Ruby
type-safe JSON spec and validation tool
-
Updated
Jan 15, 2021 - Haskell
A friendly PostgreSQL script runner in the spirit of DbUp.
-
Updated
Aug 23, 2021 - C#
Apache Cassandra / DataStax Enterprise database migration (schema evolution) library
-
Updated
Apr 22, 2020 - Kotlin
Zero-downtime schema evolution for PostgreSQL
-
Updated
Aug 19, 2021 - Java
A Mysql Native Client and Query Builder written in Pure Swift
mysql
schema-migrations
json-data
server-side-swift
query-builder
expressive
pure-swift
mysql-protocol
-
Updated
Sep 10, 2019 - Swift
Migrations of MongoDB. Part of @PHPMongoKit
-
Updated
Feb 14, 2020 - PHP
PostgreSQL, MySQL and MS SQL database schema migration tool using plain SQL and JS files
mysql
schema-migrations
postgres
sql
migrations
postgresql
mssql
migrator
migrate
migration-tool
sql-migrate
sql-migrations
mysql-migrations
postgres-migrations
-
Updated
Aug 10, 2021 - JavaScript
MongoDB schema and data migration library based on semver
cli
schema-migrations
backup
typescript
mongodb
migrations
mongoose
migration-tool
migrations-runner
mongodb-schema
-
Updated
Mar 31, 2021 - TypeScript
MySQL/PostgreSQL schema migrations made easy
-
Updated
Jan 16, 2021 - Python
Database schema migration tool written in Python
-
Updated
May 12, 2021 - Python
Migration helper for Xorm ORM
-
Updated
Dec 8, 2020 - Go
A manifesto on headache-free database schema migrations, working well for cloud-native environments and continuous deployment.
-
Updated
Jan 13, 2019 - CSS
Schema and data migration framework for .NET
-
Updated
Jan 31, 2020 - C#
trevyn
commented
Jan 13, 2021
This consumes row, but shouldn't:
select!(PersonIntegrationTest "WHERE name = ?", row.name.unwrap())Workaround:
select!(PersonIntegrationTest "WHERE name = ?", row.clone().name.unwrap())New kind of NodeJS ORM
javascript
schema-migrations
node
schema
sql
orm
database
mongodb
stream
universal
schema-fields
nodejs-orm
-
Updated
Jan 12, 2019 - JavaScript
PCL to enable sqlite database schema migrations
-
Updated
Apr 8, 2017 - C#
Bringing PostgreSQL's trigram indexes to Rails 4.1 and 4.2
-
Updated
Mar 20, 2020 - Ruby
The best SQL Server migration tool I've found so far
-
Updated
Nov 29, 2020 - C#
Improve this page
Add a description, image, and links to the schema-migrations topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the schema-migrations topic, visit your repo's landing page and select "manage topics."


I am using PG server in a certificate pinned environment. In Python / SQLAlchemy, this is the following code needed to connect:
Does Migra support this? I