This project has been abandoned. There will be no further releases. If you wish to revive level-fstream
, please open an issue in Level/community
to discuss a way forward. Thank you! ❤️
An
fstream
based WriteStream implementation for LevelUp.
A simple restructure of the previous WriteStream implementation to preserve thefstream
tests.
npm install level-fstream --save
var level = require('level')
var levelfstream = require('level-fstream')
var fstream = require('fstream')
var db = levelfstream(level('./test.db'))
fstream.Reader('./directory')
.pipe(db.fileStream({ fstreamRoot: path.join(__dirname, '')} ))
level-ws is only possible due to the excellent work of the following contributors:
Rod Vagg | GitHub/rvagg | Twitter/@rvagg |
---|---|---|
John Chesley | GitHub/chesles | Twitter/@chesles |
Jake Verbaten | GitHub/raynos | Twitter/@raynos2 |
Dominic Tarr | GitHub/dominictarr | Twitter/@dominictarr |
Max Ogden | GitHub/maxogden | Twitter/@maxogden |
Lars-Magnus Skog | GitHub/ralphtheninja | Twitter/@ralphtheninja |
David Björklund | GitHub/kesla | Twitter/@david_bjorklund |
Julian Gruber | GitHub/juliangruber | Twitter/@juliangruber |
Paolo Fragomeni | GitHub/hij1nx | Twitter/@hij1nx |
Anton Whalley | GitHub/No9 | Twitter/@antonwhalley |
Matteo Collina | GitHub/mcollina | Twitter/@matteocollina |
Pedro Teixeira | GitHub/pgte | Twitter/@pgte |
James Halliday | GitHub/substack | Twitter/@substack |
Jarrett Cruger | GitHub/jcrugzz | Twitter/@jcrugzz |
Copyright (c) 2012-2015 level-fstream contributors (listed above).
level-fstream is licensed under an MIT +no-false-attribs license. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE file for more details.