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 ...
There are many cases where a factory function should be async, for example using async credentials in the factory function. Currently only synchronous factories are supported.