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

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


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

pureharm scala

Last synced: 3 months ago
JSON representation

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.