https://github.com/pureharm/pureharm-db-testkit
common repo for DB module testkits
https://github.com/pureharm/pureharm-db-testkit
pureharm scala
Last synced: 3 months ago
JSON representation
common repo for DB module testkits
- Host: GitHub
- URL: https://github.com/pureharm/pureharm-db-testkit
- Owner: pureharm
- License: apache-2.0
- Created: 2021-03-18T17:04:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-05T06:22:09.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T14:17:21.253Z (5 months ago)
- Topics: pureharm, scala
- Language: Scala
- Homepage:
- Size: 445 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
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-testkit
See [changelog](./CHANGELOG.md).
We do not even pretend to support anything other than Postgresql.
## Scala versions
- `2.13`: JVM
- `3`: JVM## modules
- `"com.busymachines" %% "pureharm-db-testkit" % "0.3.0"`. Which has these as its main dependencies:
- [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-core-identifiable](https://github.com/busymachines/pureharm-core/releases) `0.3.0`
- [pureharm-effects-cats](https://github.com/busymachines/pureharm-effects-cats/releases) `0.5.0`
- [pureharm-testkit](https://github.com/busymachines/pureharm-testkit/releases) `0.4.0`
- [pureharm-db-core](https://github.com/busymachines/pureharm-db-core/releases) `0.5.0`
- [pureharm-db-flyway](https://github.com/busymachines/pureharm-db-flyway/releases) `0.6.0`
- `"com.busymachines" %% "pureharm-db-test-data" % "0.3.0"`
- used only for common tests between different DB modules## 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.