Crates.io | toxic_traits |
lib.rs | toxic_traits |
version | 0.1.0 |
source | src |
created_at | 2021-06-02 16:00:12.289825 |
updated_at | 2021-06-02 16:00:12.289825 |
description | Traits for ORM layer |
homepage | https://github.com/thecooldrop/toxic_traits |
repository | https://github.com/thecooldrop/toxic_traits |
max_upload_size | |
id | 405345 |
size | 15,249 |
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.