Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```