Crates.io | product-os-store |
lib.rs | product-os-store |
version | 0.0.25 |
source | src |
created_at | 2023-08-20 09:00:26.823514 |
updated_at | 2024-10-27 08:48:11.07198 |
description | Product OS : Store provides a flexible and higher-level framework for defining storage engines / database engines and the actions to read and write to those storage engines / databases. This crate leverages a number of existing crates to achieve this. Support currently for key-value, queue and relational databases. Popular databases supported include Redis and PostgreSQL at this time. You should use Product OS : Store Macros with this crate for best results. |
homepage | |
repository | |
max_upload_size | |
id | 949282 |
size | 460,860 |
Product OS : Store provides a flexible and higher-level framework for defining storage engines / database engines and the actions to read and write to those storage engines / databases.
This crate leverages a number of existing crates to achieve this. Support currently for key-value, queue and relational databases. Popular databases supported include Redis and PostgreSQL at this time.
You should use Product OS : Store Macros with this crate for best results.
Product OS is a collection of packages that provide different tools and features that can work together to build products more easily for the Rust ecosystem.
Use the Rust crate package manager cargo to install Product OS : Store.
cargo add product-os-store
or add Product OS : Store to your cargo.toml [packages]
section.
product-os-store = { version = "0.0.25", features = [], default-features = true, optional = false }
Product OS Store supports a number of features leveraging existing Rust libraries such as sqlx and redis as follows:
// Feature samples TODO
// Examples TODO
Contributions are not currently available but will be available on a public repository soon.