Skip to content

Commit

Permalink
docs: add new 3rd party mongodb adapter for node
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanBhanji committed Oct 13, 2024
1 parent 7e3eb4b commit 692029f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/tableData/AdapterData/AdapterNodejsData.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,13 @@ export const AdapterNodejsData = [
autoSave: "✅",
description: "MongoDB is supported by [Mongoose](https://mongoosejs.com/)",
},
{
title: "[Node MongoDB Native Adapter](https://github.com/NathanBhanji/mongodb-casbin-adapter)",
type: "NoSQL",
author: "[NathanBhanji](https://github.com/NathanBhanji)",
autoSave: "✅",
description: "For [Node MongoDB Native](https://mongodb.github.io/node-mongodb-native/)",
},
{
title:
"[Node MongoDB Native Adapter](https://github.com/juicycleff/casbin-mongodb-adapter)",
Expand Down

0 comments on commit 692029f

Please sign in to comment.