AurumToolsDB-CODE
Code & Data Utilities

DB2Code (DB Column Code Converter)

Instantly convert table definitions and DB column lists into CamelCase, Java VO, TypeScript Interface, MyBatis ResultMap, and SQL statements.

Fast and secure data transformation directly in your browser.

💡 Tip: Second column separated by Tab is auto-mapped to Javadoc comment in VO mode and Type in TS mode.
Input Column List (Paste from Table Definition/Excel)
글자수/Chars:202줄수/Lines:10
Generated Code Output
글자수/Chars:98줄수/Lines:10

DB Column Code Converter Guide & Tips

  1. Copy column list (names, descriptions/types) from Excel or schema doc and paste into input.
  2. Select your target conversion tab (Basic Camel, Java VO, TypeScript, MyBatis, SQL, etc.).
  3. Adjust options (Table Name, Modifier, WHERE Key vs All) and copy the generated snippet.
Tab Delimiter (\t)
Second column separated by tab is mapped to Javadoc comments in VO mode and field types in TS mode.
WHERE Safety Switch
Defaults to key-only WHERE condition using the first column to prevent accidental full-column conditions.

Characteristics: Pure text-based quick snippet generator. Does not connect to live databases or execute DDL statements.

Privacy & Safety: All transformations run securely inside your browser client. No schema data is ever transmitted to servers.