https://github.com/dweinstein/levelfs
a FUSE fs for leveldb
https://github.com/dweinstein/levelfs
Last synced: 2 months ago
JSON representation
a FUSE fs for leveldb
- Host: GitHub
- URL: https://github.com/dweinstein/levelfs
- Owner: dweinstein
- License: mit
- Created: 2015-03-16T18:30:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-16T20:18:43.000Z (about 10 years ago)
- Last Synced: 2025-01-12T03:27:35.868Z (4 months ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SYNOPSIS
a FUSE fs for leveldb# USAGE
```
$ ./bin/mount ./mnt
$ ls -l ./mnt
```# CONFIGURATION