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

https://github.com/pureharm/pureharm-db-flyway


https://github.com/pureharm/pureharm-db-flyway

flyway postgresql pureharm pureharm-db scala

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# pureharm-db-flyway

See [changelog](./CHANGELOG.md).

We do not even pretend to support anything other than Postgresql.

## modules

The available modules are.

- `"com.busymachines" %% "pureharm-db-flyway" % "0.6.0"`. Which has these as its main dependencies:
- [cats-effect](https://github.com/typelevel/cats-effect/releases) `3.2.1`
- [flyway](https://github.com/flyway/flyway/releases) `7.12.0`
- [pureharm-core-anomaly](https://github.com/busymachines/pureharm-core/releases) `0.3.0`
- [pureharm-core-sprout](https://github.com/busymachines/pureharm-core/releases) `0.3.0`
- [pureharm-db-core](https://github.com/busymachines/pureharm-db-core/releases) `0.5.0`
- [pureharm-db-core-jdbc](https://github.com/busymachines/pureharm-db-core-jdbc/releases) `0.6.0`
- `"com.busymachines" %% "pureharm-db-flyway" % "0.6.0"`. Which has these as its main dependencies:
- [cats-effect](https://github.com/typelevel/cats-effect/releases) `2.5.2`
- [flyway](https://github.com/flyway/flyway/releases) `7.12.0`
- [pureharm-core-anomaly](https://github.com/busymachines/pureharm-core/releases) `0.3.0`
- [pureharm-core-sprout](https://github.com/busymachines/pureharm-core/releases) `0.3.0`
- [pureharm-db-core](https://github.com/busymachines/pureharm-db-core/releases) `0.5.0`
- [pureharm-db-core-jdbc](https://github.com/busymachines/pureharm-db-core-jdbc/releases) `0.6.0`

## usage

Under construction. See [release notes](https://github.com/busymachines/pureharm-db-flyway/releases) and tests for examples.

## Copyright and License

All code is available to you under the Apache 2.0 license, available
at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) and also in
the [LICENSE](./LICENSE) file.