https://github.com/serapath/sublevel-streams
use `level-sublevel` like data structure that utilizes streams for data bindings in frontend components
https://github.com/serapath/sublevel-streams
Last synced: about 1 year ago
JSON representation
use `level-sublevel` like data structure that utilizes streams for data bindings in frontend components
- Host: GitHub
- URL: https://github.com/serapath/sublevel-streams
- Owner: serapath
- License: mit
- Created: 2016-09-08T16:15:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-08T22:32:19.000Z (almost 10 years ago)
- Last Synced: 2025-02-14T17:42:16.956Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/sublevel-streams
- Size: 3.91 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sublevel-streams
use `level-sublevel` like data structure that utilizes streams for data bindings in frontend components
# usage
`npm install sublevel-streams`
```js
var sublevelStreams = require('sublevel-streams')
var o = { state: {}, subDBs: {}, prefix: [] }
var db = sublevelStreams(o)
console.log(o)
// @TODO: show usage
```