ice-db
Version:
In-memory DB
33 lines • 662 B
JSON
{
"dependencies": {
"uuid": "^3.3.2"
},
"devDependencies": {
"faker": "^4.1.0"
},
"name": "ice-db",
"description": "In-memory DB",
"version": "1.2.2",
"main": "db.js",
"scripts": {
"test": "node poc.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/tcherivan/ice-db.git"
},
"author": "Ivan Chernyshev <tcherivan@gmail.com>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://gitlab.com/tcherivan/ice-db/issues"
},
"homepage": "https://gitlab.com/tcherivan/ice-db#readme",
"keywords": [
"in-memory",
"memory",
"db",
"database",
"fast",
"backend"
]
}