jhiben / workout-records-api-dotnet

MIT License
1 stars 0 forks source link

Persist data with event store db #16

Open jhiben opened 1 year ago

jhiben commented 1 year ago

I want to be able to persist the models in the database EventStoreDB. A persistence layer should be added. The models should be updated to be event sourced.

jhiben commented 1 month ago

The CRUD models should be ignored.