All Projects → metaphor → lein-flyway

metaphor / lein-flyway

Licence: EPL-1.0 license
Leiningen Plugin for Flyway

Programming Languages

clojure
4091 projects

Projects that are alternatives of or similar to lein-flyway

flyway-ant
Flyway Ant tasks
Stars: ✭ 14 (-44%)
Mutual labels:  database-migrations, flyway
spring-boot-cities-service
A Spring Boot + Spring Data + Spring Cloud Connectors demo app
Stars: ✭ 13 (-48%)
Mutual labels:  flyway
migrant
Migration management for PostgreSQL/SQLite/MySQL
Stars: ✭ 85 (+240%)
Mutual labels:  database-migrations
Sane
"Spring Boot for Classic ASP." A powerful and full-featured VBScript MVC framework that brings sanity to Classic ASP development. Use domain & view models, automap model -> view, easily enumerate and introspect, write db migrations, and more. No, seriously.
Stars: ✭ 26 (+4%)
Mutual labels:  database-migrations
DBTestCompare
Application to compare results of two SQL queries
Stars: ✭ 15 (-40%)
Mutual labels:  database-migrations
javarush-telegrambot
JavaRush Telegram bot from the community to the community. All the process of software development of this bot is described in series of posts
Stars: ✭ 101 (+304%)
Mutual labels:  flyway
migrations
Migrations is a database migration tool that uses go's database/sql from the standard library
Stars: ✭ 17 (-32%)
Mutual labels:  database-migrations
migrant lib
Embeddable migration management
Stars: ✭ 22 (-12%)
Mutual labels:  database-migrations
wildebeest
Database migration for Sequelize.
Stars: ✭ 13 (-48%)
Mutual labels:  database-migrations
harmonica
Kotlin Database Migration Tool. This tool makes it really easy to create table, index, add columns, and so on, with Kotlin DSL.
Stars: ✭ 123 (+392%)
Mutual labels:  database-migrations
spring-cloud-microservices-on-kubernetes
My Best Practices in development and deployment of Spring Cloud Microservices on Kubernetes.
Stars: ✭ 19 (-24%)
Mutual labels:  flyway
upscheme
Database migrations and schema updates made easy
Stars: ✭ 737 (+2848%)
Mutual labels:  database-migrations
java-migrations
📃 Laravel inspired DBS-independent Database Migrations for Java 8 (work in progress)
Stars: ✭ 21 (-16%)
Mutual labels:  database-migrations
sqflite migration
Library to manage sqlite db migrations.
Stars: ✭ 40 (+60%)
Mutual labels:  database-migrations
php-database-migration
Database Migration tool for PHP
Stars: ✭ 86 (+244%)
Mutual labels:  database-migrations
neo4j-migrations
Automated script runner aka "Migrations" for Neo4j. Inspired by Flyway.
Stars: ✭ 82 (+228%)
Mutual labels:  database-migrations
db-migrator.go
DB migrations. CLI and Golang
Stars: ✭ 13 (-48%)
Mutual labels:  database-migrations
liquibase-impala
Liquibase extension to add Impala Database support
Stars: ✭ 23 (-8%)
Mutual labels:  database-migrations
advanced-spring-scaffold
This project provides an advanced baseline to help you kick start a Spring project.
Stars: ✭ 21 (-16%)
Mutual labels:  flyway
spring-jooq-flyway-testcontainers-junit5
🚀 Example project with configured Spring Boot, JooQ, TestContainers, MySQL container and JUnit5
Stars: ✭ 29 (+16%)
Mutual labels:  flyway

lein-flyway

CircleCI

Intro

Leiningen plugin for database migration tool flyway.

This plugin is alpha version, expecting defects.

Usage

Latest stable version

Clojars Project

aligned with flyway version 5.2.4+

Configuration

lein-flyway tries to align with offical configuration properties, please refer to sample.project.clj for configuration details.

system variable has been supported to override configuration listed in sample.project.clj, you could follow as beblow:

url=jdbc:h2:file:/data/sample user=db_user password=secret lein flyway ${subtask}

Leiningen Tasks

lein flyway ${subtask}

And subtask includes following flyway aligned tasks,

  • clean
  • validate
  • migrate
  • baseline
  • repair
  • info

Contributors

See Github contributors

LICENSE

Copyright © Zhiheng Li

Licensed under the EPL (see the file LICENSE)

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].