Particular/Workshop

Use SqlPersistence instead of NHibernate persistence

Closed this issue · 4 comments

Should simplify the saga data as well and remove any questions of "do we have to use NHibernate"

Current status: blocked on removing SqlSaga.

Maybe I didn't see it - what's the problem with using SqlSaga?

@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.

Completed in #279