Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bootique/bootique-jooq
Jooq SQL runner integration with Bootique
https://github.com/bootique/bootique-jooq
Last synced: about 2 months ago
JSON representation
Jooq SQL runner integration with Bootique
- Host: GitHub
- URL: https://github.com/bootique/bootique-jooq
- Owner: bootique
- License: apache-2.0
- Created: 2016-06-26T21:45:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T18:10:11.000Z (8 months ago)
- Last Synced: 2024-04-23T20:11:53.628Z (8 months ago)
- Language: Java
- Homepage: http://bootique.io
- Size: 149 KB
- Stars: 5
- Watchers: 8
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README-dev.md
- License: LICENSE
Awesome Lists containing this project
README
# `bootique-jooq` - Internal Dev Notes
To init and reverse-engineer a DB for `bootique-jooq` unit tests do this:
```bash
docker-compose up
mvn org.jooq:jooq-codegen-maven:generate
```