11         SQL to MongoDB

SQL to MongoDB query is an SQLite based query engine which  executes the SQL query one to one with SQLite query engine.  Shortly, the sql query executed against an SQLite engine in memory. The performance can be low for large data sets.

 

The SQL query is not converted to MongoDB query. It supports also aggregation methods and other SQLite query features.

 


powered by Nucleon Software