ตัวจัดรูปแบบและโค้ด
ตัวแปลง Schema SQL → NoSQL
Turn a CREATE TABLE into a JSON document shape.
หมายเหตุจากบรรณาธิการ
Understanding · Normalise or embed — the design decision that follows the queries.
บทเชิงลึกนี้มีให้บริการเฉพาะภาษาอังกฤษในขณะนี้ เครื่องมือแปลงด้านบนทำงานในภาษาของคุณ บทความอธิบายแบบยาวยังไม่ได้แปล
คำถามที่พบบ่อย
Quick answers.
›How are SQL data types mapped?
Common types like `VARCHAR` and `TEXT` map to strings, `INT` and `DECIMAL` to numbers, and `BOOLEAN` to true/false values. More complex types like `TIMESTAMP` are generally formatted as ISO-8601 strings.
›Does this tool support all SQL dialects?
It supports standard ANSI SQL `CREATE TABLE` statements. While specific dialect features like PostgreSQL enums or MySQL spatial types might be simplified, the core structure remains accurate for most document databases.
›Can it handle table relationships?
SQL foreign keys are converted into flat fields by default. Since NoSQL often prefers embedding over linking, you can use the output as a base to manually nest related objects into a single document.
›Is my schema private?
Yes. The parsing logic is executed locally using JavaScript. Your database structure is never transmitted to our servers or logged in any database.
ผู้คนยังค้นหา
เครื่องมือที่เกี่ยวข้อง
More in this room.
- เครื่องมือแปลง JSON เป็น XMLแปลง JSON เป็น XML ที่สะอาดและจัดรูปแบบถูกต้อง
- CSV เป็น JSON Converterเปลี่ยนสเปรดชีตเป็นอาร์เรย์ JSON — ทันที
- ตัวแปลง YAML เป็น JSONแปลง YAML เป็น JSON — ทันที, เฉพาะในเบราว์เซอร์
- ตัวแปลง JSON เป็น Excelเปลี่ยนอาร์เรย์ JSON ให้เป็นสเปรดชีต Excel
- ตัวแปลง TOML ⇄ JSONแปลงระหว่าง TOML และ JSON — ทั้งสองทิศทาง
- ตัวแปลง INI ⇄ JSONแปลงไฟล์คอนฟิกูเรชัน INI เป็น JSON และกลับกัน