Crates.io | daybreak |
lib.rs | daybreak |
version | 0.1.0 |
source | src |
created_at | 2022-11-16 19:48:06.418472 |
updated_at | 2022-11-16 19:48:06.418472 |
description | A modular and configurable database, continuation of the Rustbreak project. |
homepage | https://github.com/corepaper/daybreak |
repository | https://github.com/corepaper/daybreak |
max_upload_size | |
id | 716660 |
size | 146,032 |
[Documentation][https://docs.rs/daybreak]
This is a continuation of
Rustbreak project, which was
archived. This is a Ruby daybreak
inspired self-contained file
database. It is meant to be fast and simple to use. You add it to your
application and it should just work for you. The only thing you will
have to take care of is saving.
This library started out because of a need to be able to quickly write an application in rust that needed some persistence while still being able to write arbitrary data to it.
In Ruby there is daybreak
however for Rust there was no similar
crate, until now!
Rustbreak makes several trade-offs to be easy to use and extend, so knowing of these drawbacks is important if you wish to use the library: