LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
mongosql/__init__.py
mongosql/bag.py
mongosql/exc.py
mongosql/query.py
mongosql/sa.py
mongosql.egg-info/PKG-INFO
mongosql.egg-info/SOURCES.txt
mongosql.egg-info/dependency_links.txt
mongosql.egg-info/requires.txt
mongosql.egg-info/top_level.txt
mongosql/crud/__init__.py
mongosql/crud/crudhelper.py
mongosql/crud/crudview.py
mongosql/handlers/__init__.py
mongosql/handlers/aggregate.py
mongosql/handlers/base.py
mongosql/handlers/count.py
mongosql/handlers/filter.py
mongosql/handlers/group.py
mongosql/handlers/join.py
mongosql/handlers/joinf.py
mongosql/handlers/limit.py
mongosql/handlers/project.py
mongosql/handlers/sort.py
mongosql/util/__init__.py
mongosql/util/bulk.py
mongosql/util/counting_query_wrapper.py
mongosql/util/history_proxy.py
mongosql/util/inspect.py
mongosql/util/marker.py
mongosql/util/method_decorator.py
mongosql/util/mongoquery_settings_handler.py
mongosql/util/reusable.py
mongosql/util/selectinquery.py
mongosql/util/settings_dict.py
tests/benchmarks/__init__.py
tests/benchmarks/benchmark_CountingQuery.py
tests/benchmarks/benchmark_compare_orm_overhead_with_pure_jsonb_output.py
tests/benchmarks/benchmark_one_query.py
tests/benchmarks/benchmark_selectinquery.py
tests/benchmarks/benchmark_utils.py
tests/benchmarks/benchmark_v2_vs_v1.py