devvkit / generators
SQL Schema Generator
Generate CREATE TABLE statements from JSON or CSV data.
Table:
JSON / CSV Input
Type mappings based on first object in array. Nested objects are stored as JSON/TEXT. Add a PRIMARY KEY id column automatically. In ERD view, paste CREATE TABLE statements to see tables and foreign-key relationships.
share this tool
related tools
TypeScript Interface Generator
Convert JSON to TypeScript interfaces, types, and Zod schemas.
Dummy Data Generator
Generate realistic fake data in JSON, CSV, or SQL format.
Database Size Estimator
Estimate database size based on row count, columns, and data types.
SQL Formatter
Format and beautify SQL queries for PostgreSQL, MySQL, SQLite.
Visualize and generate SQL database schemas with CREATE TABLE statements, indexes, foreign keys, and constraints. Design tables, define relationships, and export ready-to-run SQL for multiple database engines.
>[x]Features
- -Generate CREATE TABLE statements with columns, types, and constraints
- -Supports PostgreSQL, MySQL, SQLite, and SQL Server dialects
- -Visual table designer with drag-and-drop column ordering
- -Foreign key and index definition with cascade rules
- -Schema export as SQL script or Markdown documentation
- -Import existing schema for editing and extension
>>Use Cases
- >Designing database schemas for new application backends
- >Generating migration scripts for schema changes
- >Documenting existing database structure in a readable format
- >Prototyping database designs before implementation