feat: basic mongosh support

This commit is contained in:
Pavel
2025-07-23 04:40:52 +02:00
parent 082d0aa02f
commit b8e50737d2
4 changed files with 2096 additions and 180 deletions

View File

@@ -41,7 +41,9 @@
"dbgate-tools": "^6.0.0-alpha.1",
"is-promise": "^4.0.0",
"lodash": "^4.17.21",
"mongodb": "^6.3.0"
"mongodb": "^6.3.0",
"@mongosh/browser-runtime-electron": "^3.16.4",
"@mongosh/service-provider-node-driver": "^3.10.2"
},
"optionalDependencies": {
"mongodb-client-encryption": "^6.1.1"