jdavisclark / mite

schema migrations so easy you already know how to write them. guaranteed.
http://jdc0589.github.io/mite
11 stars 6 forks source link

simple plugin system for database providers #43

Closed jdavisclark closed 10 years ago

jdavisclark commented 10 years ago

I really don't want to have to maintain a ton of database providers in mite core. need to add a plugin system for providers, and then port the existing mysql provider over to that pattern.

ideally the "dialect" config setting would reference 3rd party providers somehow.