kyval 0.0.1

Simple key-value store based on LibSQL.
Documentation
# ⚿ Kyval

[![Crates version](https://img.shields.io/crates/v/kyval)](https://crates.io/crates/kyval)
[![Rust version](https://img.shields.io/badge/rust-v1.79-blue.svg?logo=rust&label=MSRV)](https://www.rust-lang.org)
[![Contribution welcome](https://img.shields.io/badge/Contributions-welcome-gray.svg)](https://github.com/riipandi/kyval/pulse)

---

Kyval is a simple key-value store based on LibSQL. This project is a fork of [Keyv Rust][keyv-rust],
originally created by [Christian Llontop][chrisllontop]. By utilizing LibSQL, Kyval offers a lightweight
and flexible alternative for simple data storage needs.

**Main changes:** The primary difference between Kyval and the original Keyv Rust is the use of
LibSQL as the database backend, replacing SQLite. This change enables Kyval to have improved
flexibility in data storage.

## Usaage

TODO

## License

Licensed under either of [Apache License 2.0][license-apache] or [MIT license][license-mit] at your option.

> Unless you explicitly state otherwise, any contribution intentionally submitted
> for inclusion in this project by you, as defined in the Apache-2.0 license, shall
> be dual licensed as above, without any additional terms or conditions.

Copyrights in this project are retained by their contributors.

See the [LICENSE-APACHE](./LICENSE-APACHE) and [LICENSE-MIT](./LICENSE-MIT) files
for more information.

[license-mit]: https://choosealicense.com/licenses/mit/
[license-apache]: https://choosealicense.com/licenses/apache-2.0/
[riipandi-twitter]: https://twitter.com/intent/follow?screen_name=riipandi
[riipandi-sponsors]: https://github.com/sponsors/riipandi
[keyv-rust]: https://github.com/chrisllontop/keyv-rust
[chrisllontop]: https://github.com/chrisllontop

---

<sub>🤫 Psst! If you like our work you can support us via [GitHub sponsors][riipandi-sponsors].</sub>

[![Made by](https://badgen.net/badge/icon/Made%20by%20Aris%20Ripandi?icon=bitcoin-lightning&label&color=black&labelColor=black)][riipandi-twitter]