https://github.com/pureharm/pureharm-db-core-jdbc
Common module for pureharm modules w/ jdbc drivers, e.g. slick + doobie
https://github.com/pureharm/pureharm-db-core-jdbc
jdbc postgresql pureharm pureharm-db scala
Last synced: 3 months ago
JSON representation
Common module for pureharm modules w/ jdbc drivers, e.g. slick + doobie
- Host: GitHub
- URL: https://github.com/pureharm/pureharm-db-core-jdbc
- Owner: pureharm
- License: apache-2.0
- Created: 2021-03-17T12:34:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-04T16:25:13.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T14:17:20.547Z (5 months ago)
- Topics: jdbc, postgresql, pureharm, pureharm-db, scala
- Language: Scala
- Homepage:
- Size: 75.2 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-core-jdbc
See [changelog](./CHANGELOG.md).
We do not even pretend to support anything other than Postgresql.
Utility library to be used in other pureharm modules:
- `pureharm-db-flyway`
- `pureharm-db-doobie`
- `pureharm-db-slick`
- and other modules that depend on JDBC.## Scala versions
- Scala `2.13`: JVM
- Scala `3`: JVM## modules
- `"com.busymachines" %% s"pureharm-db-core-jdbc" % "0.6.0"`. Which has these as its main dependencies:
- [pgjdbc](https://github.com/pgjdbc/pgjdbc/releases) `42.2.23`
- [pureharm-core-anomaly](https://github.com/busymachines/pureharm-core/releases) `0.3.0`
- [pureharm-db-core](https://github.com/busymachines/pureharm-db-core/releases) `0.5.0`## usage
Under construction. See [release notes](https://github.com/busymachines/pureharm-db-core-jdbc/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.