Odonno / SimpleEventSourcing

Event Sourcing made simple using Reactive Extensions
MIT License
2 stars 2 forks source link

Add sample with a real database #1

Closed Odonno closed 6 years ago

Odonno commented 6 years ago

Add an example with a database and not in-memory

Odonno commented 6 years ago

Following a SQLite + Dapper architecture like in this blog post http://blog.maskalik.com/asp-net/sqlite-simple-database-with-dapper/

So anyone can try the code and change it at their will and they do not have to install any database system.