Do you support SQL Script (*.sql) files?

Actually, we do, though only some dialects and only for reading.

We have developed our own SQL parsers and use them to read your SQL dump files and treat them as live databases.

Basically, this works by parsing SQL file and analyzing table definitions and INSERT statements. When working with such files, each SQL file is treated as a database.

We currently support following database dialects:

  • MySQL/MariaDB
  • SQL Server
  • Oracle
  • PostgreSQL

Still need help? Contact Us Contact Us