jeremydaly / data-api-client

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

Add support for arrayValues and arrayValue for querying #43

Closed DanielOrtel closed 2 years ago

DanielOrtel commented 4 years ago

Supports Array types when formatting the response. From what I could test, updating Array values already works in this repo, it's the response which is wrong when selecting them.

I'm aware that there is a branch dedicated for Postgres support, but this felt a bit more general purpose, since implementing it is not a breaking change.

Solves #42

DanielOrtel commented 4 years ago

fyi, npm was complaining about a lot of vulnerabilities(north of 8000), most of them from dev dependencies. I went ahead and hit an audit fix for these, cleaned up most of them.

jeremydaly commented 4 years ago

Thanks @DanielOrtel. Let me look into this more so I can provide some feedback.

jplock commented 4 years ago

@jeremydaly any update on getting this merged in?

DanielOrtel commented 3 years ago

fyi, we dropped the usage of this package, and I'm pretty slumped with two projects atm, so I can't really work on this anymore, even if this was reviewed, so if anyone is willing, feel free to pick this up.

Valindo commented 3 years ago

@DanielOrtel Hey, thank you for this PR, did you guys use any other alternative to this package? if yes please share :)

nch3ng commented 2 years ago

wondering if there's any update for supporting arrayValues?