SQL-Mongo Converter is a lightweight Python library for converting SQL queries into MongoDB query dictionaries and converting MongoDB query dictionaries into SQL statements. It is designed for ...
The main use case is benchmarking simple CPU-bound query variants against each other during local development. Only PostgreSQL is supported at this point, but pull requests for MySQL or other ...