Module barrel::connectors
source · Expand description
A module meant for library developers
barrel
can be used with different migration toolkits or
SQL adapters. You can either use it to just generate strings
or implemented the provided trait that will then automatically
execute the SQL string on your apropriate database backend.
You can then simple call Migration::execute
to run the provided
migration.
Traits
- A generic trait that frameworks using barrel can implement