https://github.com/benjamin-bader/droptools
Addon bundle for Dropwizard to support jOOQ for database access
https://github.com/benjamin-bader/droptools
dropwizard hacktoberfest jooq
Last synced: over 1 year ago
JSON representation
Addon bundle for Dropwizard to support jOOQ for database access
- Host: GitHub
- URL: https://github.com/benjamin-bader/droptools
- Owner: benjamin-bader
- License: apache-2.0
- Created: 2014-10-03T06:12:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-08-07T18:16:26.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T20:10:13.440Z (over 1 year ago)
- Topics: dropwizard, hacktoberfest, jooq
- Language: Java
- Homepage: https://droptools.bendb.com
- Size: 2.95 MB
- Stars: 79
- Watchers: 9
- Forks: 46
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Droptools
======================
[](https://github.com/benjamin-bader/droptools/actions/workflows/ci.yaml)
[](https://coveralls.io/r/benjamin-bader/droptools)
Useful Dropwizard addons, including `dropwizard-jooq` and `dropwizard-redis`.
[`dropwizard-jooq`](docs/jooq.md)
-----------------
A bundle that adds support for relational database access via the excellent [jOOQ](http://jooq.org) library.
[`dropwizard-redis`](docs/redis.md)
------------------
A bundle that manages a redis connection pool and makes [Jedis](https://github.com/xetorthio/jedis) clients available to resource methods, without the hassle of pooling logic in your code.
Version Matrix
--------------
jOOQ only supports certain versions of Java with the open source edition. Dropwizard also now has version 3 which maintains the `javax` namespace, and version 4 which goes ot `jakarta`.
jOOQ 3.16 is the last version which supports Java 11. jOOQ 3.17+ supports Java 17+. Dropwizard 3.0 and 4.0 requires Java 11. This current build is compiled against jOOQ 3.16 and Dropwizard 3.0; making it Java 8+ compatible with `javax` as the namespace.
Support
-------
Please file bug reports and feature requests in [GitHub issues](https://github.com/benjamin-bader/droptools-parent/issues).
License
-------
Copyright (c) 2014-2023 Benjamin Bader
This library is licensed under the Apache License, Version 2.0.
See http://www.apache.org/licenses/LICENSE-2.0.html or the LICENSE file in this repository for the full license text.