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.
- Host: GitHub
- URL: https://github.com/logicblocks/component.migrator.flyway
- Owner: logicblocks
- License: mit
- Created: 2020-04-12T20:32:03.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T18:27:25.000Z (7 months ago)
- Last Synced: 2024-10-29T07:59:22.749Z (7 months ago)
- Language: Clojure
- Size: 240 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# component.migrator.flyway
[](https://clojars.org/io.logicblocks/component.migrator.flyway)
[](https://clojars.org/io.logicblocks/component.migrator.flyway)
[](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).