envato / event_sourcery

A library for building event sourced applications in Ruby
MIT License
84 stars 10 forks source link

Extract EventSourcery::Postgres namespace #106

Closed stevehodgkiss closed 7 years ago

stevehodgkiss commented 7 years ago

In preparation for extracting a gem for the postgres EventStore & projector functionality.

This PR just moves the code and updates a few specs. Not looking for review on the actual code at this moment. I have a branch that refactors the postgres write_events function which I'll submit after this.