imago-sql-memory-cache
Version:
Caches entire SQL tables in the memory of the Node.js process.
25 lines (24 loc) • 592 B
JSON
{
"name": "imago-sql-memory-cache",
"version": "1.2.0",
"description": "Caches entire SQL tables in the memory of the Node.js process.",
"main": "index.js",
"scripts": {
"test": "echo \"No test specified\""
},
"repository": {
"type": "git",
"url": "git+https://anton_hk@bitbucket.org/imagoai/imago-sql-memory-cache.git"
},
"keywords": [
"imago.ai",
"sql",
"imago"
],
"author": "enquiry@imago.ai",
"license": "ISC",
"homepage": "https://bitbucket.org/imagoai/imago-sql-memory-cache#readme",
"dependencies": {
"imago-sql": "^4.4.0"
}
}