toxic_traits 0.1.0

Traits for ORM layer
Documentation
# 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.