database-types
database-types copied to clipboard
add plugins support
hi,
it would be nice to define a common generic interface that has to be implemented by db plugins in order to facilitate the contributions from the community. the architecture should also be updated to support plugins. see #4 .
Just FYI, I am working on a parallel issues. This is in my radar, though not a priority.
I want to create a generic ORM that allows to perform INSERT/ UPDATE operations with types enforcing the database constraints. This is proving a lot harder than I thought it will be from the start.