ThreeDotsLabs / esja

Event Sourcing library in Go.
MIT License
19 stars 4 forks source link

Integration with watermill-sql #25

Open m110 opened 1 year ago

m110 commented 1 year ago

Add a watermill-sql schema adapter compatible with eventstore.SQL. The point is to have an easy way to forward event sourcing events to any other Pub/Sub.

Consider whether it should be within watermill-sql or esja repository.