SQL CREATE TABLE to TypeScript Interface Transpiler
Convert PostgreSQL, MySQL, and SQLite CREATE TABLE DDL queries into strongly-typed TypeScript models.
Execution runs 100% locally inside the browser sandbox using HTML5 Canvas, Web Cryptography Subtle API, and Web Workers. No data is ever transmitted across the network.
Zero network latency. Operates completely offline with zero dependencies on third-party backend servers or cloud services.
Built according to official RFC specifications, cryptographic test vectors, and enterprise-grade data transformation standards.
How to Use SQL CREATE TABLE to TypeScript Interface Transpiler
Paste your SQL CREATE TABLE query into the editor.
Review the mapped column names, nullable fields, and types.
Copy or download the TypeScript interface definition.
Frequently Asked Questions
How are UUID and JSONB mapped?
UUID maps to string, and JSON/JSONB maps to Record<string, unknown>.
Are NOT NULL constraints respected?
Yes, nullable columns without NOT NULL are marked with ? and | null.
Related Unit & Code Converters Tools
View all →Calculate exact file download & transfer times across bandwidth speeds.
Convert Bytes, KB, MB, GB, TB, PB with binary vs decimal bases.
Convert CSV to JSON and JSON to CSV with custom delimiters and exports.
Encode plain text to Base64 or decode Base64 back to text.