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

https://github.com/logicblocks/component.migrator.flyway

A component to run flyway migrations on system start.
https://github.com/logicblocks/component.migrator.flyway

Last synced: 6 months ago
JSON representation

A component to run flyway migrations on system start.

Awesome Lists containing this project

README

        

# component.migrator.flyway

[![Clojars Project](https://img.shields.io/clojars/v/io.logicblocks/component.migrator.flyway.svg)](https://clojars.org/io.logicblocks/component.migrator.flyway)
[![Clojars Downloads](https://img.shields.io/clojars/dt/io.logicblocks/component.migrator.flyway.svg)](https://clojars.org/io.logicblocks/component.migrator.flyway)
[![GitHub Contributors](https://img.shields.io/github/contributors-anon/logicblocks/component.migrator.flyway.svg)](https://github.com/logicblocks/component.migrator.flyway/graphs/contributors)

A component to execute flyway migrations on start up.

## Install

Add the following to your `project.clj` file:

```clj
[io.logicblocks/component.migrator.flyway "0.1.1"]
```

## Documentation

* [API Docs](https://logicblocks.github.io/component.migrator.flyway/index.html)

## Usage

TODO

## License

Copyright © 2024 LogicBlocks Maintainers

Distributed under the terms of the
[MIT License](http://opensource.org/licenses/MIT).