#[derive(RepositoryCrud)]
{
// Attributes available to this derive:
#[repository]
}
Expand description
RepositoryCrud Pattern - CRUD operations with caching (saves ~300 lines)
#[derive(RepositoryCrud)]
{
// Attributes available to this derive:
#[repository]
}
RepositoryCrud Pattern - CRUD operations with caching (saves ~300 lines)