neos / eventstore-databasestorageadapter
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 2
Type:neos-package
Requires
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