{"id":26587854,"url":"https://github.com/bes-js/cherry3-lite","last_synced_at":"2026-04-20T05:31:51.127Z","repository":{"id":231737055,"uuid":"782586497","full_name":"Bes-js/cherry3-lite","owner":"Bes-js","description":"Cherry3 is a SQlite object modeling tool designed to work in an asynchronous environment.","archived":false,"fork":false,"pushed_at":"2024-06-23T20:07:19.000Z","size":53,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-22T09:25:54.057Z","etag":null,"topics":["database","db","quick","sequelize","sqlite"],"latest_commit_sha":null,"homepage":"https://discord.gg/luppux","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bes-js.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2024-04-05T15:45:36.000Z","updated_at":"2025-05-31T16:24:05.000Z","dependencies_parsed_at":"2024-04-05T16:59:52.375Z","dependency_job_id":null,"html_url":"https://github.com/Bes-js/cherry3-lite","commit_stats":null,"previous_names":["bes-js/cherry3-lite"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Bes-js/cherry3-lite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bes-js%2Fcherry3-lite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bes-js%2Fcherry3-lite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bes-js%2Fcherry3-lite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bes-js%2Fcherry3-lite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bes-js","download_url":"https://codeload.github.com/Bes-js/cherry3-lite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bes-js%2Fcherry3-lite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32034592,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["database","db","quick","sequelize","sqlite"],"created_at":"2025-03-23T12:30:47.792Z","updated_at":"2026-04-20T05:31:51.075Z","avatar_url":"https://github.com/Bes-js.png","language":"JavaScript","funding_links":["https://www.buymeacoffee.com/beykant"],"categories":[],"sub_categories":[],"readme":"\u003cbr/\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/Bes-js/cherry3/main/assets/package-logo.png\"\u003e\n\u003ch4 align=\"center\"\u003eCherry3 is a SQlite object modeling tool designed to work in an asynchronous environment.\u003c/h6\u003e\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://img.shields.io/npm/v/cherry3?style=for-the-badge\"\u003e\n\u003cimg src=\"https://img.shields.io/github/repo-size/Bes-js/cherry3?style=for-the-badge\"\u003e \n\u003cimg src=\"https://img.shields.io/npm/l/cherry3?style=for-the-badge\"\u003e \n\u003cimg src=\"https://img.shields.io/npm/dt/cherry3?style=for-the-badge\"\u003e \n\u003cimg src=\"https://img.shields.io/github/package-json/dependency-version/Bes-js/cherry3/sequelize?style=for-the-badge\"\u003e\n\u003cimg src=\"https://img.shields.io/github/package-json/dependency-version/Bes-js/cherry3/sqlite3?style=for-the-badge\"\u003e \n\u003ca href=\"https://discord.gg/luppux\" target=\"_blank\"\u003e \n\u003cimg alt=\"Discord\" src=\"https://img.shields.io/badge/Support-Click%20here-7289d9?style=for-the-badge\u0026logo=discord\"\u003e \n\u003c/a\u003e\n\u003ca href=\"https://www.buymeacoffee.com/beykant\" target=\"_blank\"\u003e\n\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" width=\"120px\" height=\"30px\" alt=\"Buy Me A Coffee\"\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\n#\n## Installation\n\nUsing npm:\n```shell\n$ npm install cherry3-lite\n```\n\nUsing yarn:\n\n```bash\n$ yarn add cherry3-lite\n```\n\nUsing pnpm:\n\n```bash\n$ pnpm add cherry3-lite\n```\n\n#\n## Features\n\n* **Simple Setup:** Get started quickly with minimal configuration.\n* **SQlite Storage:** Sqlite Will Come To Your Help Because It Is Compressed, Economical And Fast.\n* **Asynchronous Operations:** Perform Database Operations Asynchronously Using Promises.\n* **Filter and Update:** Easily filter and update records in your collections.\n#\n## Usage\n```js\nimport db from 'cherry3-lite';\n/* const db = require('cherry3-lite'); For CommonJS */\n\nvar data;\n\n(async () =\u003e {\n\ndata = await db.set('test',5);\nconsole.log(data); // =\u003e 5\n\ndata = await db.get('test');\nconsole.log(data); // =\u003e 5\n\ndata = await db.delete('test');\nconsole.log(data); // =\u003e true\n\ndata = await db.has('test');\nconsole.log(data); // =\u003e false\n\ndata = await db.fetch('test');\nconsole.log(data); // =\u003e null\n\ndata = await db.add('test',6);\nconsole.log(data); // =\u003e 6\n\ndata = await db.sub('test',1);\nconsole.log(data); // =\u003e 5\n\ndata = await db.inc('test',2);\nconsole.log(data); // =\u003e 7\n\ndata = await db.dec('test',2);\nconsole.log(data); // =\u003e 5\n\ndata = await db.all();\nconsole.log(data);\n/*\n[{\nid:2,\nkey:'test',\nvalue:5\n}]\n*/\n\ndata = await db.fetchAll();\nconsole.log(data);\n/*\n[{\nid:2,\nkey:'test',\nvalue:5\n}]\n*/\n\ndata = await db.type('test');\nconsole.log(data); // =\u003e number\n\ndata = await db.push('testArray',1);\nconsole.log(data); // =\u003e [1]\n\ndata = await db.push('testArray',[2,3,4,5]);\nconsole.log(data); // =\u003e [1,2,3,4,5]\n\ndata = await db.pull('testArray',3);\nconsole.log(data); // =\u003e [1,2,4,5]\n\ndata = await db.pull('testArray',[1,2,4]);\nconsole.log(data); // =\u003e [5]\n\ndata = db.version;\nconsole.log(data) // =\u003e 1.0.0\n\n\n\n})();\n```\n#\n## Settings File Definitions\n[*=\u003e* **Click Here**](https://fivesobes.gitbook.io/cherry3/sql-config-file)\n#\n## Sqlite Viewer Extension\n\u003ca href=\"https://marketplace.visualstudio.com/items?itemName=yy0931.vscode-sqlite3-editor\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/yy0931/sqlite3-editor/main/demo.gif\"\u003e \u003c/a\u003e\n\n[For Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=yy0931.vscode-sqlite3-editor)\n\n## License\n\nCherry3 is licensed under the **Apache License 2.0** License. See the [LICENSE](./LICENSE.md) file for details.\n\n## Changelog\n\n[*=\u003e* **Click Here**](./CHANGELOG.md)\n\n## Support\n\n[![Discord Banner](https://api.weblutions.com/discord/invite/luppux/)](https://discord.gg/luppux)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbes-js%2Fcherry3-lite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbes-js%2Fcherry3-lite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbes-js%2Fcherry3-lite/lists"}