We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5448bfa commit 5614d31Copy full SHA for 5614d31
2 files changed
README.md
@@ -41,6 +41,9 @@ PyMongoSQL implements the DB API 2.0 interfaces to provide SQL-like access to Mo
41
- **ANTLR4** (SQL Parser Runtime)
42
- antlr4-python3-runtime >= 4.13.0
43
44
+- **JMESPath** (JSON/Dict Path Query)
45
+ - jmespath >= 1.0.0
46
+
47
### Optional Dependencies
48
49
- **SQLAlchemy** (for ORM/Core support)
pyproject.toml
@@ -34,6 +34,7 @@ requires-python = ">=3.9"
34
dependencies = [
35
"pymongo>=4.15.0",
36
"antlr4-python3-runtime>=4.13.0",
37
+ "jmespath>=1.0.0",
38
]
39
40
[project.optional-dependencies]
0 commit comments