Ferramentas de Desenvolvedor

Converter SQL para consultas MongoDB

Converta comandos SQL comuns (SELECT/INSERT/UPDATE/DELETE) para sintaxe MongoDB.

SQL para MongoDB

Upload file
Drag & drop a file here, or choose a file.
Entrada
Saída

Como usar

  1. Paste input or upload a file.
  2. Run the main action (convert / format / generate).
  3. Review the output and make sure it looks correct.
  4. Download the output when you're ready.

Best practices

  • For best performance, try with smaller inputs first.
  • Preview the output before downloading or sharing it.
  • Avoid pasting sensitive data on shared devices.

Privacidade

Algumas ferramentas rodam no seu navegador. Alguns recursos podem exigir processamento no servidor.

Exemplos
Example 1
Entrada
SELECT * FROM users WHERE active = 1;
Saída

                                    
Example 2
Entrada
INSERT INTO users (id,name) VALUES (1,'Ada');
Saída

                                    

Was this tool helpful?