{"id":28365880,"url":"https://github.com/byteakp/lazyydb","last_synced_at":"2026-02-16T23:39:41.613Z","repository":{"id":282498070,"uuid":"948793311","full_name":"byteakp/lazyydb","owner":"byteakp","description":"Introducing LazyDB, a lightweight, zero-setup JSON database with SQL-like queries, designed for rapid development. 🚀","archived":false,"fork":false,"pushed_at":"2025-03-15T01:24:45.000Z","size":17536,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-18T05:41:05.418Z","etag":null,"topics":["js","sql"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/byteakp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-15T01:12:58.000Z","updated_at":"2025-03-18T09:48:40.000Z","dependencies_parsed_at":"2025-03-19T07:16:25.433Z","dependency_job_id":null,"html_url":"https://github.com/byteakp/lazyydb","commit_stats":null,"previous_names":["losercodes/lazydb","losercodes/lazyydb","amankpandey/lazyydb","byteakp/lazyydb"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/byteakp/lazyydb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byteakp%2Flazyydb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byteakp%2Flazyydb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byteakp%2Flazyydb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byteakp%2Flazyydb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/byteakp","download_url":"https://codeload.github.com/byteakp/lazyydb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byteakp%2Flazyydb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29524371,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T21:45:09.491Z","status":"ssl_error","status_checked_at":"2026-02-16T21:44:58.452Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["js","sql"],"created_at":"2025-05-28T22:33:02.436Z","updated_at":"2026-02-16T23:39:41.583Z","avatar_url":"https://github.com/byteakp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lazyydb\n\n\nA lightweight, zero-setup JSON database with SQL-like queries, perfect for rapid development. LazyDB mimics SQLite’s functionality but works directly with JSON files or in-memory, requiring no installation.\n\n## Features\n- **File-Based or In-Memory Storage**: Use `database.json` or run in-memory.\n- **SQL-like Queries**: `db.select('users').where('age', '\u003e', 20).join('orders', 'id', 'userId')`.\n- **Advanced Features**: Joins, aggregations (`count`, `sum`, `avg`, `min`, `max`), full-text search.\n- **Indexing**: B-tree for speed, inverted index for text search.\n- **Zero-Config**: `new LazyDB()` for in-memory mode.\n- **Event-Driven**: React to inserts, updates, and deletes.\n- **CLI**: `npx lazydb \"SELECT * FROM users WHERE age \u003e 20\"`.\n- **REST API**: Integrate with Express.js.\n- **Cross-Platform**: Works in Node.js, browsers, and Deno.\n\n## Installation\n```bash\nnpm install lazyydb","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyteakp%2Flazyydb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbyteakp%2Flazyydb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyteakp%2Flazyydb/lists"}