dbi
dbi copied to clipboard
Results
1
dbi issues
Sort by
recently updated
recently updated
newest added
Here is a pseudo code/demo that includes some pretend features that make this slightly more extendable. ``` #[dbi_trait(impl_for(new="UserDao"))] pub trait UserDaoImpl { #[schema (production)] -- helps with testing in 'test'...