json-as-sql
Version:
Use JSON files like an SQL database with full CRUD, filters, sorting, and more.
31 lines (30 loc) • 701 B
JSON
{
"name": "json-as-sql",
"version": "1.0.0",
"description": "Use JSON files like an SQL database with full CRUD, filters, sorting, and more.",
"main": "index.js",
"author": "Vaibhav Panday",
"license": "MIT",
"keywords": [
"json",
"crud",
"sql",
"jsondb",
"json-sql",
"database",
"lightweight-db",
"filter",
"sort",
"sheetql"
],
"repository": {
"type": "git",
"url": "https://github.com/vaibhavpanday/json-as-sql"
},
"bugs": {
"mail": "vaibhavpanday099@gmail.com",
"url": "https://github.com/vaibhavpanday/json-as-sql/issues"
},
"homepage": "https://github.com/vaibhavpanday/json-as-sql#readme",
"dependencies": {}
}