Formateurs & Code
Diagramme ER → SQL
Text DSL → DDL with foreign keys and indexes.
Note de la rédaction
Understanding · From boxes-and-lines to CREATE TABLE.
Ce chapitre approfondi n'est actuellement disponible qu'en anglais. L'outil de conversion ci-dessus fonctionne dans votre langue ; le long article explicatif n'a pas encore été traduit.
Questions fréquentes
Quick answers.
›What SQL dialects are supported?
The generator produces standard ANSI SQL compatible with PostgreSQL, MySQL, and SQLite. You can adjust specific data types in the text editor before exporting.
›How does it handle relationships?
The DSL identifies shared keys to automatically generate `FOREIGN KEY` constraints and appropriate join table structures for many-to-many relationships.
›Is my database schema saved anywhere?
No. All parsing and SQL generation occurs locally within your browser session. Your architectural designs are never transmitted to a server.
›Can I define indexes in the DSL?
Yes. You can flag specific columns as unique or indexed within the text definition, and the tool will generate the corresponding `CREATE INDEX` statements.
Les internautes recherchent aussi
Outils similaires
More in this room.
- Explicateur de requêtes SQLFormatez n'importe quel SQL et expliquez ce que fait chaque clause.
- Assistant de migration NoSQL → SQLForme de document MongoDB → esquisse de schéma relationnel.
- Recommandation d'index SQLRepérez les index manquants à partir des clauses WHERE / JOIN / ORDER.
- PostgreSQL → MySQL ConvertisseurTraduisez le DDL Postgres en SQL compatible MySQL.
- JSON Schema → Zod / Valibot / ArkTypeTrois variantes de validateurs d'exécution à partir d'un même JSON Schema.
- Convertisseur JSON en XMLConvertit JSON en XML propre et bien formé.