Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.