Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pouchlabs/pouchlite
blazingly fast pure javascript storage engine for json and files
https://github.com/pouchlabs/pouchlite
collection database filesystem json msgpack nodejs orm sync
Last synced: about 5 hours ago
JSON representation
blazingly fast pure javascript storage engine for json and files
- Host: GitHub
- URL: https://github.com/pouchlabs/pouchlite
- Owner: pouchlabs
- License: mit-0
- Created: 2024-04-08T10:13:47.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-05-01T16:50:30.000Z (7 months ago)
- Last Synced: 2024-10-05T15:17:03.623Z (about 1 month ago)
- Topics: collection, database, filesystem, json, msgpack, nodejs, orm, sync
- Language: JavaScript
- Homepage: https://pouchlite.vercel.app
- Size: 181 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: License.md
Awesome Lists containing this project
README
# pouchlite
![alt text](https://pouchlite.vercel.app/img/_media/plogo.svg)
A very simple but yet fast json and files storage engine that's embeddable,syncs [`pouchlite`](https://github.com/pouchlabs/pouchlite).
alternative to sqlite# news
project is still in early developement, stability untill version 2//todos
implement attachments api
impliment sync
impliment client
impliment browser api
```bash
npm install --save @pouchlab/lite
```
```js
import pouchlite from '@pouchlab/lite";
let lite = pouchlite().init();
//or
lite.init() //later```
Read more about it [in the docs](https://pouchlite.vercel.app).
# inspiration
pouchlite draws inspiration from several tools:[mongoose](https://mongoosejs.com/)
[prisma](https://www.prisma.io/)
[sqlite](https://www.sqlite.org/index.html)
# support
support the development of pouchlite,
[donate](https://ko-fi.com/pouchlabs)
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/H2H3XBF9G)# stargazers
[![Stargazers repo roster for @pouchlabs/pouchlite](https://reporoster.com/stars/pouchlabs/pouchlite)](https://github.com/pouchlabs/pouchlite/stargazers)
# forkers
[![Forkers repo roster for @pouchlabs/pouchlite](https://reporoster.com/forks/pouchlabs/pouchlite)](https://github.com/pouchlabs/pouchlite/network/members)