sqlx-cache 0.1.1

Caching system built on top of SQLX designed for efficient storage and retrieval of entities in a database.
Documentation
1
2
3
use std::error::Error;

pub type GenericError = Box<dyn Error + Send + Sync>;