1 unstable release
0.1.0 | Jun 2, 2021 |
---|
#126 in #data-access
6KB
Toxic traits - Traits for ORM layer
Toxic traits is a library crate providing the traits encapsulating the behavior commonly associated with data access and ORMs. By extracting common behaviors into traits we hope to provide unified interface for data-access.
It is hoped that this crate will enable you to start working on higher-level logic, without having to have your data-access layer completely coded.
lib.rs
:
This crate provides the traits encapsulating the behaviors which are often provided by data access layer parts of many applications. Goal of the crate is to provide simple interfaces for data-access operations which often repeat themselves across many applications.
Value proposition of the crate is that you should be able to start working on higher-level logic of your application before you have the complete implementation of the data-access layer.