# ConfitDB
[ConfitDB](https://gitlab.com/ufoot/confitdb/tree/master/confitdb) is an experimental, distributed, real-time database, giving full control on conflict resolution,
implemented in [Rust](https://www.rust-lang.org/).

# Status
Not even a prototype, just an idea. Under heavy construction.
# Usage
```rust
use confitdb::ConfitDB;
// [TODO] implement this ;)
```
# Links
* [crate](https://crates.io/crates/confitdb) on crates.io
* [doc](https://docs.rs/confitdb/) on docs.rs
* [source](https://gitlab.com/ufoot/confitdb/tree/master) on gitlab.com
# License
ConfitDB is licensed under the [MIT](https://gitlab.com/ufoot/confitdb/blob/master/LICENSE) license.