Flyway is the open-source tool that makes database migrations easy. You can think of Flyway as version control for your database. It lets you evolve your database schema easily and reliably across all your instances. Flyway has been designed from day one to be easy to setup and simple to master. It strongly favors simplicity and convention over configuration. It achieves this by focusing on one problem only and solving it well.
database-migration db-migration database-conversionPrisma helps app developers build faster and make fewer errors with an open source ORM for PostgreSQL, MySQL and SQLite. It makes database access easy with an auto-generated and type-safe query builder that's tailored to your database schema. It provides an alternative to traditional ORMs and SQL query builders.
mysql postgres mongo sql-server orm database mongodb sqlite postgresql mariadb mssql sqlserver mongodb-orm prisma-client nodejs-orm rest-api database-migrationThis is a full standalone PHP tool based on Symfony Console and inspired by the Rails database migration tool and MyBatis. It merges the functionality of the two tools and has been designed to be as flexible as possible. Just add it to your composer.json (don't forget to specify your bin directory) Warning, all migrate commands must be executed on your root folder like bin/migrate migrate:command...
database-migrations php-database-migrationAnsible Database Migration Tool (ADMT) utility has been developed with an objective to provide a quick and easy way to move Oracle Cloud Infrastructure Classic (OCI-C) databases to Oracle Cloud Infrastructure (OCI) without setting up DataGuard. Tool has been tested also with AWS, where database has been manually installed on top of EC2 compute instances (no AWS RDS). It could be used when source and target sides are disconnected in terms of direct peering between OCI-C's availability domains and OCI's tenancy. As a medium for data transport utility will use Object Storage Service (OSS) which is cloud-based service available both in OCI-C and OCI. On the source database would be backed up into OSS with the RMAN. Then on the target side RMAN will help to instantiate database from the backup by proper restore/recovery procedure. For minimal downtime incremental level 0 + number of level 1 backups will be used. Tool has been written in Ansible, with the usage of dedicated modules in Python (/modules). In OCI create skeleton database service. This skeleton database will be overwritten by the restore encoded in this automation. For automatic backups you should enable it in OCI Cloud Console.
ansible automation database oracle migration oci object-storage rman oci-classicA set of sample database and associated items to allow customers to among other things follow along with published database migration recipes.
A set of sample database and associated items to allow customers to among other things follow along with published database migration recipes.
Database Migration Manager aims to provide an easy way to migrate schema changes for applications developed on top of Zend Framework for PHP. The current valid concepts are: migrations, fixtures, hooks and there are more to be developed in the future. Theory of operation: The only thing you need to do in your dabatase client (e.g. PhpMyAdmin) is creating your database and assigning rights to a user. Whenever you do schema changes (adding or removing tables, columns, indexes etc.) you create a ne
simple database migration for your Dancer app
master Version of the plugin compatible with Grails 3 and Hibernate 5. 2.x. Version of the plugin compatible with Grails 3 and Hibernate 4.
SQL Relay is a persistent database connection pooling, proxying and load balancing system for Unix and Linux supporting ODBC, and all major databases. It has APIs for C, C++, ODBC, Perl, Perl-DBI, Python, Python-DB, Zope, PHP, Ruby, Ruby-DBI, Java, TCL and Erlang, drop-in replacement libraries for MySQL and PostgreSQL clients.
connection-pool database-connection-pool database-proxy mysql-proxy database-migration load-balancing query-routing replicationDatabase migrations written in Go. Use as CLI or import as library.
migration migrations database postgres cassandra sqlite mysql neo4j mongodb crate ql databases sql mariadb spanner google-cloud-spanner aws-s3 google-cloud-storage database-migrationLiquibase is a database-independent library for tracking, managing and applying database schema changes. It s main functionality includes Database refactoring, Update database to current version, Versioned approach to maintain schema, Database diff report, Rollback database changes to particular date/time and lot more.
database-migration database-refactoring database-management dbms database-toolsThe Database Lab Engine is an open-source experimentation platform for PostgreSQL databases. Instantly create full-size clones of your production database and use them to test your database migrations, optimize SQL, or deploy full-size staging apps.
postgres sql database ci postgresql ci-cd database-migrations pgsql cicd database-schema database-schema-migration database-schema-evolutions database-migration database-cloning thin-cloningBytebase is a web-based, zero-config, dependency-free database schema change and version control management tool for developers and DBAs. It is for developers to collaborate on database schemas changes. It helps to construct a single pipeline to propagate the schema change across multiple environments. It can also store the schemas in VCS and trigger a new pipeline upon commit push.
mysql devops gitlab schema sql frontend clickhouse dml postgresql snowflake ddl dba tidb database-as-code sqlreview schema-changes gitops schema-migration database-migrationMigu is an idempotent database schema migration tool for Go.Migu is inspired by Ridgepole.
database-migration schema-migration database-toolsDebezium is a distributed platform that turns your existing databases into event streams, so applications can see and respond immediately to each row-level change in the databases. Debezium is built on top of Apache Kafka and provides Kafka Connect compatible connectors that monitor specific database management systems. Debezium records the history of data changes in Kafka logs, from where your application consumes them. This makes it possible for your application to easily consume all of the events correctly and completely.
change-data-capture kafka-connect apache-kafka debezium cdc database kafka kafka-producer database-migration eventsAnsible playbook for Trellis that manages database and uploads migration. Inspired by hamedb89/trellis-db-push-and-pull.
ansible-playbooks trellisDatabase migration scripts from the old database layout (used by massidea/site) to a newer one (used by massidea/cake*). As development of the CakePHP versions has beed discarded, these scripts have become obsolete.
goose is a database migration tool.You can manage your database's evolution by creating incremental SQL or Go scripts.
database-migration
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.