ANNOUNCEMENT: Voyage AI joins MongoDB to power more accurate and trustworthy AI applications on Atlas.
Learn more
Docs Menu

Test Queries

Use the Test Queries pane to test SQL queries, views, and stored procedures converted by Query Converter. This feature uses the project's source and destination database connections and allows you to run the original SQL and converted MongoDB code. The results from each query are displayed on the Test Queries pane, allowing for a side-by-side comparison.

The Test Queries pane allows you to:

  • Compare your original and converted query results in a single place.

  • Increase your confidence in code automatically converted by the Query Converter.

  • See potential logic errors and edit the converted code before moving it to production.

To test converted queries in Relational Migrator, you must run the Query Runner Docker container. This container can be run locally or hosted remotely. For details, see Install Query Runner.