Entityframework storage

Hi,

Is it possible to use hangfire with storage on Entityframework, instead of direct database access ?

Thanks

1 Like

My team would like this as well, since we already rely on Entity Framework for migrations and multiple database support.

Perhaps this would involve defining an interface which my DbContext needs to implement, with some DbSet<ā€¦>s. Similar to what is done in Identity Framework, but with an interface instead of a base class.