Wingetlywingetly
← All apps
J

jdbgen

by Dennis Parkv0.3.2

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.2

Run 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.

One-line silent install (x64, machine scope)
msiexec.exe /i jdbgen-0.3.2.msi /quiet /norestart

See the full silent install reference for jdbgen

Built by Pckgr

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 trial

No 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

ArchitectureTypeScopeInstallDownload
x64MSI
WiX
machineDirect

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

  • Microsoft ODBC Driver 18 for SQL ServerMicrosoft Corporation
    Microsoft.msodbcsql.18v18.6.2.1

    The stand-alone ODBC drivers providing an application programming interface (API) that implements the standard ODBC interfaces to Microsoft SQL Server.

  • PostgreSQL 10PostgreSQL Global Development Group
    PostgreSQL.PostgreSQL.10v10

    The World's Most Advanced Open Source Relational Database

  • PostgreSQL 17PostgreSQL Global Development Group
    PostgreSQL.PostgreSQL.17v17.11-4

    The World's Most Advanced Open Source Relational Database

  • Microsoft SQL Server Management StudioMicrosoft Corporation
    Microsoft.SQLServerManagementStudiov20.2.1

    SQL Server Management Studio (SSMS) is an integrated environment for managing any SQL infrastructure

  • DBXt8y2
    t8y2.DBXv0.6.16

    15MB,lightweight, cross-platform database client. Supports MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, ClickHouse, SQL Server and more.

  • W
    WPS OfficeKingsoft Corp.
    Kingsoft.WPSOffice.x64v12.1.0.28488

    Complete office suite with PDF editor

More from Dennis Park or browse code-generation, code-generator, database.

Frequently asked questions

How do I install jdbgen on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Xcomart.Jdbgen --exact --version 0.3.2. winget downloads the installer from Dennis Park and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install jdbgen silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Xcomart.Jdbgen --exact 0.3.2 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for jdbgen?
jdbgen uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i jdbgen-0.3.2.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall jdbgen via winget?
Run: winget uninstall --id Xcomart.Jdbgen --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from jdbgen's Apps & Features entry.
Is jdbgen free?
jdbgen is distributed under MIT. Refer to the publisher (https://github.com/xcomart/jdbgen) for the full license terms - Wingetly itself does not charge for installation.
Does jdbgen work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls jdbgen directly from the publisher.
How do I keep jdbgen up to date?
Run winget upgrade --id Xcomart.Jdbgen --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of jdbgen from microsoft/winget-pkgs.