Biçimlendiriciler ve Kod
SQL → NoSQL Şema Dönüştürücü
Turn a CREATE TABLE into a JSON document shape.
Editörün notu
Understanding · Normalise or embed — the design decision that follows the queries.
Bu ayrıntılı bölüm şu anda yalnızca İngilizce olarak sunulmaktadır. Yukarıdaki dönüştürme aracı sizin dilinizde çalışır; uzun açıklayıcı yazı henüz çevrilmemiştir.
Sıkça sorulan sorular
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.
İnsanlar ayrıca şunları arar
İlgili araçlar
More in this room.
- JSON'dan XML'e DönüştürücüJSON'u temiz, iyi biçimlendirilmiş XML'e dönüştürün.
- CSV'den JSON'a DönüştürücüElektronik tabloları anında JSON dizilerine dönüştürün.
- YAML'dan JSON'a DönüştürücüYAML'ı JSON'a dönüştürün — anında, sadece tarayıcıda.
- JSON'dan Excel'e DönüştürücüJSON dizilerini Excel elektronik tablolarına dönüştürün.
- TOML ⇄ JSON DönüştürücüTOML ve JSON arasında dönüştürme — her iki yönde.
- INI ⇄ JSON DönüştürücüINI konfigürasyon dosyalarını JSON'a ve geri dönüştürün.