Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)