{"id":20339043,"url":"https://github.com/pouchlabs/pouchlite","last_synced_at":"2025-06-18T22:43:55.506Z","repository":{"id":266320421,"uuid":"827893831","full_name":"pouchlabs/pouchlite","owner":"pouchlabs","description":"Next Gen Blazingly fast js storage engine","archived":false,"fork":false,"pushed_at":"2024-12-30T18:02:30.000Z","size":8672,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T23:12:29.891Z","etag":null,"topics":["blazingly-fast","browser","browsersync","couchdb","filesystem","javascript","json","nodejs","offline-first","opensource","pouchdb","redis","secure","storage","sync"],"latest_commit_sha":null,"homepage":"https://pouchlite.top","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pouchlabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"pouchlabs","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2024-07-12T15:56:40.000Z","updated_at":"2024-12-30T18:02:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"f469ef06-4223-4c53-bc6a-8f17d7b25b3e","html_url":"https://github.com/pouchlabs/pouchlite","commit_stats":null,"previous_names":["pouchlabs/pouchlite"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pouchlabs%2Fpouchlite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pouchlabs%2Fpouchlite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pouchlabs%2Fpouchlite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pouchlabs%2Fpouchlite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pouchlabs","download_url":"https://codeload.github.com/pouchlabs/pouchlite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248492876,"owners_count":21113163,"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":["blazingly-fast","browser","browsersync","couchdb","filesystem","javascript","json","nodejs","offline-first","opensource","pouchdb","redis","secure","storage","sync"],"created_at":"2024-11-14T21:15:08.341Z","updated_at":"2025-04-11T23:12:36.402Z","avatar_url":"https://github.com/pouchlabs.png","language":"JavaScript","funding_links":["https://ko-fi.com/pouchlabs","https://ko-fi.com/Y8Y7XD9EK"],"categories":[],"sub_categories":[],"readme":"![logo](https://pouchlite.top/logo.png)\n# pouchlite\n# Next Gen Blazingly fast js storage engine\n\n  pouchlite is a document and files storage engine\n  # news \n    pouchlite is in early stage development,will be considered stable untill 2.0.0,\n   # who can use \n  any one creating offline first apps or realtime app\n\n  ## Features \n  we provide both browser,node and sync server\n\n  * offline first - easy to implement offline first capabilities\n  * fast -blazing fast writes and reads\n  * built -in orm -interact with your data like boss 🔥\n  * reduced file size - small db size from ground up\n  * encryption - securely store documents\n  * sync - sync data accross pouchlite instances\n  * ttl -  expire documents\n  * collections -store documents in collections\n\n# packages included\n * lite-node - backend storage engine\n * lite-browser -browser storage engine\n * liteq -small mighty single db engine\n * lite-server - self-hosted sync server\n\n# install\n  ### lite-node\n  provided as `@pouchlab/lite-node`\n  ```bash\n   npm i --save @pouchlab/lite-node\n  ```\n  ```js\n   import {Pouchlite} from \"@pouchlab/lite-node\";\n    const lite = new Pouchlite({path:\"./\"}) \n  //provide valid path to file or leave blank for default\n  console.log(lite)\n  ```\n  [docs](https://pouchlite.top)\n ### lite-browser\n  provided as `@pouchlab/lite-browser`\n  ```bash\n   npm i --save @pouchlab/lite-browser\n  ```\n```js\n import {Pouchlite} from \"@pouchlab/lite-browser\";\n```\n  ```js\n    const usersdb = Pouchlite(\"users\") \n  console.log(usersdb)\n  ```\n  [docs](https://pouchlite.top)\n ### liteq\n  provided as `@pouchlab/liteq`\n  ```bash\n   npm i --save @pouchlab/liteq\n  ```\n```js\n import {Liteq} from \"@pouchlab/liteq\";\n```\n  ```js\nconst usersdb = new Liteq({dpath:\"/tmp\",dbname:\"users\"}) //pass valid folder path and db name\n  console.log(usersdb)\n  ```\n  [docs](https://pouchlite.top)\n  ### lite-server\n  coming soon...\n  self hosted server that syncs\n # author\n  antony m [@ajm_ke](https://x.com/ajm_ke) founder and core maintainer pouchlabs\n\n# support \n support the author if you realy value my work.\n you can give star\n or by giving financial support that would realy motivate me to maintain pouchlite and to keep\n creating awesome stuff for fellow devs.\n\n\n [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/Y8Y7XD9EK)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpouchlabs%2Fpouchlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpouchlabs%2Fpouchlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpouchlabs%2Fpouchlite/lists"}