https://github.com/flosse/rust-json-file-store
A simple JSON file store written in Rust.
https://github.com/flosse/rust-json-file-store
database file json rust store
Last synced: about 1 year ago
JSON representation
A simple JSON file store written in Rust.
- Host: GitHub
- URL: https://github.com/flosse/rust-json-file-store
- Owner: flosse
- License: apache-2.0
- Created: 2016-07-03T00:46:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-01-09T17:38:04.000Z (over 1 year ago)
- Last Synced: 2025-03-28T09:08:15.363Z (about 1 year ago)
- Topics: database, file, json, rust, store
- Language: Rust
- Size: 87.9 KB
- Stars: 64
- Watchers: 6
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
[](https://crates.io/crates/jfs)
[](https://docs.rs/jfs/)
[](https://deps.rs/repo/github/flosse/rust-json-file-store)

# jfs
A simple JSON file store written in Rust.
This is a port of the Node.js library
[json-file-store](https://github.com/flosse/json-file-store/).
**WARNING**:
Don't use it if you want to persist a large amount of objects.
Use a real DB instead.
## Documentation
See [docs.rs/jfs](https://docs.rs/jfs/).
## License
Copyright (c) 2016 - 2025 Markus Kohlhase
This library is licensed under either of
- Apache License, Version 2.0
([LICENSE-APACHE](https://github.com/flosse/rust-json-file-store/blob/master/LICENSE-APACHE)
or
[apache.org/licenses/LICENSE-2.0](https://apache.org/licenses/LICENSE-2.0))
- MIT license
([LICENSE-MIT](https://github.com/flosse/rust-json-file-store/blob/master/LICENSE-MIT)
or
[opensource.org/licenses/MIT](https://opensource.org/licenses/MIT))
at your option.