Skip to content

Improve README documentation - #87

Merged
orien merged 5 commits into
mainfrom
readme-improvements
Jul 7, 2026
Merged

Improve README documentation#87
orien merged 5 commits into
mainfrom
readme-improvements

Conversation

@orien

@orien orien commented Jul 7, 2026

Copy link
Copy Markdown
Member

Improves the README to fix an incorrect example and fill in missing documentation.

Changes

  • Fix event store example — corrected Postgres.event_store to Postgres.config.event_store (the accessor lives on Config, not the module) and fixed unbalanced braces in the sink call.
  • Add database setup section — documents Schema.create_event_store and Schema.create_projector_tracker, the required setup step that was previously missing entirely.
  • Add requirements section — Ruby >= 2.6.0, PostgreSQL, and the uuid-ossp / pg_json extensions.
  • Link to the parent event_sourcery gem for context.
  • Add a license section noting the MIT license.

orien added 5 commits July 7, 2026 11:39
Correct `Postgres.event_store` to `Postgres.config.event_store` (the
accessor lives on Config, not the module) and fix the unbalanced braces
in the `sink` call.
Document the Ruby and PostgreSQL prerequisites, and the `uuid-ossp` and
`pg_json` extensions the event store depends on.
Add an introductory line linking to the EventSourcery gem so readers
have context for what this adapter plugs into.
Note the MIT license and link to LICENSE.txt.
Add a section covering `Schema.create_event_store` and
`Schema.create_projector_tracker`, the required setup step that was
previously missing entirely.
@orien
orien merged commit cf5a321 into main Jul 7, 2026
18 checks passed
@orien
orien deleted the readme-improvements branch July 7, 2026 01:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant