ramlitedb
Version:
NoSQL Database for node.js with all data loaded in ram and backup in json file
30 lines (29 loc) • 636 B
JSON
{
"name": "ramlitedb",
"version": "3.0.2",
"description": "NoSQL Database for node.js with all data loaded in ram and backup in json file",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/Poyoman/ramliteDB.git"
},
"keywords": [
"NoSQL",
"Database",
"Ram",
"Easy",
"intuitive",
"JSON",
"fast",
"configurationless"
],
"author": "Johan Maupetit",
"license": "LGPL-3.0",
"bugs": {
"url": "https://gitlab.com/Poyoman/ramliteDB/issues"
},
"homepage": "https://gitlab.com/Poyoman/ramliteDB#readme"
}