Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T12:06:28.000Z (over 1 year ago)
- Last Synced: 2024-10-04T11:57:12.063Z (about 1 month ago)
- Topics: database, file, json, rust, store
- Language: Rust
- Size: 85.9 KB
- Stars: 63
- Watchers: 7
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
[![Crates.io](https://img.shields.io/crates/v/jfs.svg)](https://crates.io/crates/jfs)
[![Docs.rs](https://docs.rs/jfs/badge.svg)](https://docs.rs/jfs/)
[![Dependency status](https://deps.rs/repo/github/flosse/rust-json-file-store/status.svg)](https://deps.rs/repo/github/flosse/rust-json-file-store)
![License](https://img.shields.io/crates/l/jfs.svg)# 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 - 2023 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.