Sami Mis'hal
Explore posts from serversPPrisma
•Created by Sami Mis'hal on 4/24/2024 in #help-and-questions
DB Connection String: connection_limit which side does it control exactly?
so I'm kinda of confused from the docs, does
connection_limit
specify how many active connections does Accelerate pooler open against the DB, or the connection_limit
for each client to the Accelerate pool itself?
2 replies
Is It Possible to use methodOverride with createNextApiHandler?
I'm trying to build queries for grids and filter and sort object could get very large which is exceeding the URI character limit for HTTP. so I'll switch them to POST and use body instead. the issue is this pattern keeps repeating in my app, so i found that there's a
methodOverride
option in the docs, but it doesn't seem to work in NextJs.3 replies