UNPKG

@fusedb/mongodb

Version:

A FUSE driver for storing data using MongoDB as the storage engine.

37 lines (36 loc) 806 B
{ "name": "@fusedb/mongodb", "version": "0.0.1", "description": "A FUSE driver for storing data using MongoDB as the storage engine.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Fast-Unified-Storage-Engine/FUSE.git" }, "keywords": [ "FUSE", "driver", "adapter", "addon", "plugin", "key-value", "key", "value", "database", "data", "store", "mongodb" ], "author": "Sectly", "license": "Apache-2.0", "bugs": { "url": "https://github.com/Fast-Unified-Storage-Engine/FUSE/issues" }, "homepage": "https://github.com/Fast-Unified-Storage-Engine/FUSE#readme", "dependencies": { "mongodb": "^6.16.0" } }