repox::Repo Interface Methods
Introduction
repox::Repois the main trait interface for therepoxframework. Basic CRUD1 operations are supported by repository traits, such asDeleteById<T>,Insert<T>, and many others. These allow application developers to define simple repository interfaces which can be implemented by any back-end, like SQL databases, NoSQL, or even in-memory data structures.
-
Create,Read,Update,Delete↩