jeremydaly / data-api-client

A "DocumentClient" for the Amazon Aurora Serverless Data API
MIT License
440 stars 60 forks source link

Parse JSON string when column type is JSONB #120

Open martoncsikos opened 2 years ago

martoncsikos commented 2 years ago

Support parsing postgres jsonb data type.

Related to #105