{"id":26463809,"url":"https://github.com/losercodes/lazyydb","last_synced_at":"2025-03-19T07:16:29.096Z","repository":{"id":282498070,"uuid":"948793311","full_name":"losercodes/lazyydb","owner":"losercodes","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-03-19T07:16:24.156Z","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/losercodes.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/losercodes/lazyydb","commit_stats":null,"previous_names":["losercodes/lazydb","losercodes/lazyydb"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/losercodes%2Flazyydb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/losercodes%2Flazyydb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/losercodes%2Flazyydb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/losercodes%2Flazyydb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/losercodes","download_url":"https://codeload.github.com/losercodes/lazyydb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244375527,"owners_count":20442689,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-03-19T07:16:28.335Z","updated_at":"2025-03-19T07:16:29.082Z","avatar_url":"https://github.com/losercodes.png","language":"JavaScript","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","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flosercodes%2Flazyydb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flosercodes%2Flazyydb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flosercodes%2Flazyydb/lists"}