# README
ProtoActor Persistence SQL
An implementation of the ProtoActor persistence plugin APIs using RDBMS. It writes journal and snapshot to a configured SQL datastore. At the moment the following data stores are supported out of the box:
The events and state snapshots are protocol buffer bytes array persisted respectively in the journal and snapshot tables.
Note: The developer does not need to create the database tables. They are created by default by the library. One can have a look at them in the constants.go code.