product-os-store 0.0.27

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.
Documentation

product-os-store

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 26 feature flags, 3 of them enabled by default.

default

async-trait

chrono

document_store

event_store

file_key_value_store

file_queue_store

futures

hex

key_value_store

lazy_static

memory_key_value_store

memory_queue_store

postgres_relational_store

queue_store

redb

redis

redis_key_value_store

redis_queue_store

regex

relational_store

sql_relational_store

sqlite_relational_store

sqlx

tickv

uuid