المنسقات والكود
مخطط ER → SQL
Text DSL → DDL with foreign keys and indexes.
ملاحظة المحرر
Understanding · From boxes-and-lines to CREATE TABLE.
هذا الفصل المعمّق متاح حاليًا باللغة الإنجليزية فقط. أداة التحويل أعلاه تعمل بلغتك؛ أما المقال التفصيلي الطويل فلم تتم ترجمته بعد.
الأسئلة المتكررة
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.
يبحث الأشخاص أيضًا عن
أدوات ذات صلة
More in this room.
- شرح استعلام SQLتنسيق أي SQL وشرح ما يفعله كل بند.
- مساعد ترحيل NoSQL → SQLشكل مستند MongoDB → رسم تخطيطي للمخطط العلائقي.
- توصية فهرسة SQLاكتشاف الفهارس المفقودة من بنود WHERE / JOIN / ORDER.
- محول PostgreSQL → MySQLحوّل Postgres DDL إلى SQL متوافق مع MySQL.
- JSON Schema → Zod / Valibot / ArkTypeثلاثة أنواع من مدققات وقت التشغيل من JSON Schema واحد.
- محول JSON إلى XMLتحويل JSON إلى XML نظيف ومٌشكل جيدًا.