Code Monkey home page Code Monkey logo

flyway-extend's Introduction

Flyway-Extend

gitee star github star

介绍

扩展添加对 Flyway 官方默认不支持的一些数据库的支持。

已支持:

  • 达梦数据库(jdbc:dm://localhost:5236)
    • 请勿添加如下参数:comOracle=true&databaseProductName=Oracle&compatibleMode=oracle

版本说明

flyway-extend flyway spring boot
不支持 版本 < 8.0.5 版本 < 2.6.2
1.0.1 8.0.5 2.6.2
1.0.1 8.5.13 2.7.2
1.0.1 9.16.3 3.1.0

使用

maven 引入 flyway-core 后,额外引入 flyway-extend。然后按照 Flyway 的使用方式直接使用即可。

<dependency>
    <groupId>com.github.mengweijin</groupId>
    <artifactId>flyway-extend</artifactId>
    <version>1.0.1</version>
</dependency>

MySQL 额外引入

flyway-core 8.2.1及以后的版本不再直接支持MySQL,需要额外引入:

官方说明:https://flywaydb.org/documentation/database/mysql#maven

<dependency>
  <groupId>org.flywaydb</groupId>
  <artifactId>flyway-mysql</artifactId>
</dependency>

flyway-extend's People

Contributors

mengweijin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.