drizzle-team / drizzle-orm

Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it's a JavaScript ORM too 😅
https://orm.drizzle.team
Apache License 2.0
21.57k stars 490 forks source link

[FEATURE]: Implement the batch API for RDS Data API and Neon #1823

Open jakeleventhal opened 5 months ago

jakeleventhal commented 5 months ago

Describe what you want

Per the drizzle docs, the batch API is only exposed for libSQL and D1. It should be implemented for the RDS Data API and Neon drivers

https://docs.aws.amazon.com/rdsdataservice/latest/APIReference/API_BatchExecuteStatement.html https://neon.tech/docs/changelog/drivers

AndriiSherman commented 5 months ago

Batch API for Neon should be released next week

AndriiSherman commented 5 months ago

@dankochetov is working on finishing it