COMPATIBILITY.md
DIALECTS.md
LICENSE
MANIFEST.in
README.md
TODO.md
pyproject.toml
src/mongoeco/__init__.py
src/mongoeco/_version.py
src/mongoeco/change_streams.py
src/mongoeco/error_catalog.py
src/mongoeco/errors.py
src/mongoeco/session.py
src/mongoeco/types.py
src/mongoeco.egg-info/PKG-INFO
src/mongoeco.egg-info/SOURCES.txt
src/mongoeco.egg-info/dependency_links.txt
src/mongoeco.egg-info/requires.txt
src/mongoeco.egg-info/top_level.txt
src/mongoeco/api/__init__.py
src/mongoeco/api/admin_parsing.py
src/mongoeco/api/operations.py
src/mongoeco/api/public_api.py
src/mongoeco/api/_async/__init__.py
src/mongoeco/api/_async/_materialized_cursor.py
src/mongoeco/api/_async/aggregation_cursor.py
src/mongoeco/api/_async/client.py
src/mongoeco/api/_async/collection.py
src/mongoeco/api/_async/cursor.py
src/mongoeco/api/_async/database_admin.py
src/mongoeco/api/_async/database_commands.py
src/mongoeco/api/_async/index_cursor.py
src/mongoeco/api/_async/listing_cursor.py
src/mongoeco/api/_async/raw_batch_cursor.py
src/mongoeco/api/_async/search_index_cursor.py
src/mongoeco/api/_sync/__init__.py
src/mongoeco/api/_sync/_materialized_cursor.py
src/mongoeco/api/_sync/aggregation_cursor.py
src/mongoeco/api/_sync/client.py
src/mongoeco/api/_sync/collection.py
src/mongoeco/api/_sync/cursor.py
src/mongoeco/api/_sync/database_admin.py
src/mongoeco/api/_sync/database_commands.py
src/mongoeco/api/_sync/index_cursor.py
src/mongoeco/api/_sync/listing_cursor.py
src/mongoeco/api/_sync/raw_batch_cursor.py
src/mongoeco/api/_sync/search_index_cursor.py
src/mongoeco/compat/__init__.py
src/mongoeco/compat/base.py
src/mongoeco/compat/catalog.py
src/mongoeco/compat/operation_support.py
src/mongoeco/compat/registry.py
src/mongoeco/core/__init__.py
src/mongoeco/core/bson_ordering.py
src/mongoeco/core/bson_scalars.py
src/mongoeco/core/codec.py
src/mongoeco/core/collation.py
src/mongoeco/core/compiled_query.py
src/mongoeco/core/filtering.py
src/mongoeco/core/identity.py
src/mongoeco/core/json_compat.py
src/mongoeco/core/operation_limits.py
src/mongoeco/core/operators.py
src/mongoeco/core/paths.py
src/mongoeco/core/projections.py
src/mongoeco/core/query_plan.py
src/mongoeco/core/schema_validation.py
src/mongoeco/core/search.py
src/mongoeco/core/sorting.py
src/mongoeco/core/sql_translation.py
src/mongoeco/core/update_array_operators.py
src/mongoeco/core/update_paths.py
src/mongoeco/core/update_scalar_operators.py
src/mongoeco/core/upserts.py
src/mongoeco/core/validation.py
src/mongoeco/core/aggregation/__init__.py
src/mongoeco/core/aggregation/accumulators.py
src/mongoeco/core/aggregation/array_string_expressions.py
src/mongoeco/core/aggregation/compiled_aggregation.py
src/mongoeco/core/aggregation/compiled_pipeline.py
src/mongoeco/core/aggregation/control_object_expressions.py
src/mongoeco/core/aggregation/cost.py
src/mongoeco/core/aggregation/date_expressions.py
src/mongoeco/core/aggregation/extensions.py
src/mongoeco/core/aggregation/grouping_stages.py
src/mongoeco/core/aggregation/join_stages.py
src/mongoeco/core/aggregation/numeric_expressions.py
src/mongoeco/core/aggregation/planning.py
src/mongoeco/core/aggregation/runtime.py
src/mongoeco/core/aggregation/scalar_expressions.py
src/mongoeco/core/aggregation/spill.py
src/mongoeco/core/aggregation/stages.py
src/mongoeco/core/aggregation/transform_stages.py
src/mongoeco/driver/__init__.py
src/mongoeco/driver/connections.py
src/mongoeco/driver/discovery.py
src/mongoeco/driver/execution.py
src/mongoeco/driver/monitoring.py
src/mongoeco/driver/policies.py
src/mongoeco/driver/requests.py
src/mongoeco/driver/runtime.py
src/mongoeco/driver/security.py
src/mongoeco/driver/topology.py
src/mongoeco/driver/topology_monitor.py
src/mongoeco/driver/transports.py
src/mongoeco/driver/uri.py
src/mongoeco/engines/__init__.py
src/mongoeco/engines/base.py
src/mongoeco/engines/memory.py
src/mongoeco/engines/mvcc.py
src/mongoeco/engines/profiling.py
src/mongoeco/engines/semantic_core.py
src/mongoeco/engines/sqlite.py
src/mongoeco/engines/sqlite_planner.py
src/mongoeco/engines/sqlite_query.py
src/mongoeco/engines/virtual_indexes.py
src/mongoeco/wire/__init__.py
src/mongoeco/wire/auth.py
src/mongoeco/wire/bson_bridge.py
src/mongoeco/wire/capabilities.py
src/mongoeco/wire/connections.py
src/mongoeco/wire/cursors.py
src/mongoeco/wire/executor.py
src/mongoeco/wire/handshake.py
src/mongoeco/wire/protocol.py
src/mongoeco/wire/proxy.py
src/mongoeco/wire/requests.py
src/mongoeco/wire/sessions.py
src/mongoeco/wire/surface.py