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
- Host: GitHub
- URL: https://github.com/pureharm/pureharm-db-flyway
- Owner: pureharm
- License: apache-2.0
- Created: 2021-03-17T12:36:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T07:58:32.000Z (about 1 year ago)
- Last Synced: 2025-01-19T14:17:20.636Z (5 months ago)
- Topics: flyway, postgresql, pureharm, pureharm-db, scala
- Language: Scala
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.