flexi-db
Version:
A lightweight, flexible JSON-based database with caching, async operations, and customizable data storage.
39 lines • 807 B
JSON
{
"name": "flexi-db",
"version": "1.0.4",
"description": "A lightweight, flexible JSON-based database with caching, async operations, and customizable data storage.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": [
"database",
"json",
"lightweight",
"flexi",
"cache",
"async",
"nosql",
"file-based",
"local-storage",
"nodejs",
"embedded",
"lowdb",
"simple-db",
"json-db",
"disk-db",
"backup",
"in-memory",
"transaction"
],
"author": "TariQ",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tariq-2/FlexiDB.git"
},
"homepage": "https://github.com/tariq-2/FlexiDB",
"devDependencies": {
"jest": "^29.7.0"
}
}