Categorygithub.com/tochemey/protoactor-persistence-sql
repositorypackage
0.0.0-20221216101051-0f7058278040
Repository: https://github.com/tochemey/protoactor-persistence-sql.git
Documentation: pkg.go.dev

# README

ProtoActor Persistence SQL

Codacy grade GitHub Workflow Status (branch) Codecov

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.