jdbgen
Last updated
Generates source code and text files from database table metadata with a built-in template engine.
Install with winget
$ winget install --id Xcomart.Jdbgen --exact --version 0.3.2Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.
Silent install command for jdbgen
jdbgen uses MSI (WiX). The silent install switches are /quiet /norestart.
msiexec.exe /i jdbgen-0.3.2.msi /quiet /norestart
For Intune admins
Stop chasing app updates. Pckgr patches them for you.
Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.
Start free 30-day trialNo credit card required.
About
jdbgen points at a database, reads the table metadata and writes one file per
table per template - model classes, DML statements, mapper XML, documentation,
or anything else expressible as text. It ships a template engine with loops,
conditionals, name-case decorators, padding, abbreviation rules and custom
variables, stock definitions for ten JDBC drivers with one-click download of
their jars from Maven Central, and a small H2 sample database with its driver
bundled to try it against. The user interface is available in English, Korean,
Spanish, Japanese and Simplified Chinese.
Installers · v0.3.2
| Architecture | Type | Scope | Install | Download |
|---|---|---|---|---|
| x64 | MSI WiX | machine | Direct |
Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.
Security
No known CVEs for jdbgen.
Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.
Related apps
More from Dennis Park or browse code-generation, code-generator, database.