DDL
CREATE TABLE t (id INT)
TS
export interface T { id: number; }Developer Tools
Parse MySQL, PostgreSQL, or SQLite CREATE TABLE statements and emit matching TypeScript interfaces. Strips comments and common index clauses with regex-based column extraction.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
开发工具
等待输入
已复制
DDL
CREATE TABLE t (id INT)
TS
export interface T { id: number; }Broad rules cover common MySQL, PostgreSQL, and SQLite column types such as INT, VARCHAR, and DATETIME.
Tools
Continue with another translated tool for a nearby task.
JSON to TypeScript Interface
Infer TypeScript interface definitions from JSON in your browser. Nested objects become separate interfaces, with options for the root name, optional fields, readonly, export, and type aliases.
CSV to JSON
Convert CSV tables to JSON arrays in your browser. Supports comma, tab, semicolon, or pipe separators and optional header rows. Processing stays local—useful for exports, API samples, and light imports.