doma-codegen-plugin icon indicating copy to clipboard operation
doma-codegen-plugin copied to clipboard

Generates Java, Kotlin, and SQL files from Database

Results 3 doma-codegen-plugin issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.h2database:h2](https://h2database.com) ([source](https://togithub.com/h2database/h2database)) | `1.4.200` -> `2.2.224` |...

dependencies

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

OK ``` domaCodeGen { // make an arbitrary named block dev { url = 'jdbc:h2:file:./work/db/db;MODE=MySQL' // tableNamePattern = 'm.*' } } ``` NG:> [DOMAGEN0005] Cannot get any tables. Check parameters...