We officially only support the databases and versions listed in the table, as these are tested in the CI. Since the package is based on doctrine dbal, other databases such as OracleDB and MSSQL may ...
Event Sourcing is a powerful architectural pattern where the state of an application is determined by a sequence of events. Instead of storing the current state of an object, the system stores a log ...