Accessing the default Eventstore

Right now I’m using the default eventstore on my project (that is, based on the documentation, EmbeddedEventStore). So the thing is, is there any way to access the db where the events are located at? Or do I have to implement some other eventstore?

Thanks in advance.

Nvm, I ended up using a MySQL database instead of the (I assume) default H2 DB, and there was no problem accessing the domain_event_entry table, where the events are located at.

El dilluns, 20 març de 2017 12:08:04 UTC+1, Marc Soldevilla va escriure: