https://github.com/pureharm/pureharm-db-core
https://github.com/pureharm/pureharm-db-core
pureharm scala
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pureharm/pureharm-db-core
- Owner: pureharm
- License: apache-2.0
- Created: 2021-03-17T12:32:38.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-02T09:13:45.000Z (over 4 years ago)
- Last Synced: 2025-03-12T21:31:14.880Z (10 months ago)
- Topics: pureharm, scala
- Language: Scala
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 2
- 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-core
See [changelog](./CHANGELOG.md).
## modules
The available modules are:
- `"com.busymachines" %% s"pureharm-db-core" % "0.5.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`
## usage
To load `DBConnectionConfig` use your prefered config reading library. We highly encourage you to use [pureharm-config-ciris](https://github.com/busymachines/pureharm-config-ciris). Alternatively, you can use [pureharm-config](https://github.com/busymachines/pureharm-config), although we treat the usage of the `pureconfig` as legacy at this point.
Under construction. See [release notes](https://github.com/busymachines/pureharm-db-core/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.