mehdime / DbContextScope

A simple and flexible way to manage your Entity Framework DbContext instances
http://mehdi.me/ambient-dbcontext-in-ef6/
MIT License
633 stars 271 forks source link

Added support to swap to another database #68

Open diegodfsd opened 3 years ago

diegodfsd commented 3 years ago

I've been using this lib for some time and emerged the need to support the capacity to change de database used for our dbcontext, so, here we are.