rails_event_store icon indicating copy to clipboard operation
rails_event_store copied to clipboard

Documentation on Postgres jsonb serialization is not consistent

Open nsimmons opened this issue 1 year ago • 1 comments

My team recently changed our RES config to use PG jsonb serialization. We followed the docs here: https://railseventstore.org/docs/v2/mapping_serialization/#configuring-for-postgres-json-b-data-type

Only later on did we discover JSONClient that is mentioned at the bottom of this page: https://railseventstore.org/docs/v2/install/

The mapping serialization page should probably mention the JSONClient that solves the issue in blue text at the bottom of that page.

nsimmons avatar Sep 06 '23 16:09 nsimmons

Good catch! JSONClient should definitely be mentioned in the mapping serialization page. Can you please make the necessary adjustment? I'll happily accept the PR.

mostlyobvious avatar Oct 07 '23 20:10 mostlyobvious