Use SqlPersistence instead of NHibernate persistence
Closed this issue · 4 comments
jbogard commented
Should simplify the saga data as well and remove any questions of "do we have to use NHibernate"
adamralph commented
Current status: blocked on removing SqlSaga
.
jbogard commented
Maybe I didn't see it - what's the problem with using SqlSaga
?
adamralph commented
@jbogard SqlSaga
is a special case just for the SQL persistence. At the moment we're considering how we can remove this wrinkle so that we can return to a single base class regardless of persistence choice. It's not a huge problem, but personally I'm a bit hesitant to showcase it in the workshop, given that it's ideally something we'd like to get rid of.
DavidBoike commented
Completed in #279