Crates.io | confitdb |
lib.rs | confitdb |
version | 0.1.4 |
source | src |
created_at | 2021-10-16 21:55:13.909687 |
updated_at | 2022-12-31 07:45:05.655324 |
description | ConfitDB is an experimental, distributed, real-time database, giving full control on conflict resolution. |
homepage | https://gitlab.com/ufoot/confitdb |
repository | https://gitlab.com/ufoot/confitdb/tree/master |
max_upload_size | |
id | 466036 |
size | 27,703 |
ConfitDB is an experimental, distributed, real-time database, giving full control on conflict resolution, implemented in Rust.
Not even a prototype, just an idea. Under heavy construction.
use confitdb::ConfitDB;
// [TODO] implement this ;)
ConfitDB is licensed under the MIT license.