Skip to content

Commit

Permalink
feat: add support for mongo compatible nosql databases (#1066)
Browse files Browse the repository at this point in the history
Addresses #1063

Co-authored-by: madhavilosetty-intel <[email protected]>
  • Loading branch information
rsdmike and madhavilosetty-intel authored Sep 21, 2023
1 parent ce0d8dc commit 18096bc
Show file tree
Hide file tree
Showing 7 changed files with 570 additions and 5 deletions.
216 changes: 213 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"got": "^11.8.6",
"http-z": "^6.1.2",
"jws": "^4.0.0",
"mongodb": "^6.0.0",
"mqtt": "^5.0.5",
"node-forge": "^1.3.1",
"pg": "^8.11.3",
Expand All @@ -60,9 +61,9 @@
"@types/node-forge": "^1.3.5",
"@types/pg": "^8.10.2",
"@types/ws": "^8.5.5",
"eslint": "^8.49.0",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.49.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-with-typescript": "^37.0.0",
"eslint-plugin-header": "^3.1.1",
Expand Down
Loading

0 comments on commit 18096bc

Please sign in to comment.