hydracache-db 0.19.0

Database-neutral query result cache adapter for HydraCache.
Documentation
1
2
3
4
5
6
7
use hydracache_db::HydraCacheEntity;

#[derive(HydraCacheEntity)]
#[hydracache(id = i64)]
struct User;

fn main() {}