neos/eventstore-databasestorageadapter

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.

dev-master 2016-09-26 13:58 UTC

This package is auto-updated.

Last update: 2020-09-18 09:33:07 UTC


README

This package is currently under development and not fully working, please don't use it in production.

Check for more documentation:

Installation

composer require neos/eventstore-databasestorageadapter dev-master

Please refer to this package's Settings.yaml for configuration options for the database connection. The Event Store Storage does not use the main Flow persistence connection for performance reasons (different databases between the Event Store and the projections can help tune performance issues and simplify administrative task like backup, ...).

./flow eventstore:createschema

Drop the tables

./flow eventstore:dropschema

License

Licensed under MIT, see LICENSE