Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PartiQL support #154

Open
qiqisteve opened this issue Jan 19, 2021 · 2 comments
Open

PartiQL support #154

qiqisteve opened this issue Jan 19, 2021 · 2 comments

Comments

@qiqisteve
Copy link

PartiQL support in this library ??

@guregu
Copy link
Owner

guregu commented Jan 19, 2021

Not yet, but I will add it.
BTW: PartiQL doesn't actually add any new functionality, you can already do everything with the normal API.

@kothar
Copy link

kothar commented Jan 3, 2025

At the time of writing, PartiQL BatchExecuteStatment can include updates, which would otherwise require TransactWriteItems or individual UpdateItem calls using the classic API. This is the only use case that has made me reach for PartiQL so far.
I believe you can also perform batch conditional Puts this way, which is again not supported by the standard BatchWriteItem

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

No branches or pull requests

3 participants