You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2023. It is now read-only.
Hey guys,
I try to use quaint in a simple benchmark where the database has a lag/delay in response.
So I'm using
pg_sleepto simulate this delay.But with this command returning a void, Quaint has an error.
In that case, would it be better to deserialize to null?
DB: PostgreSQL
Rust: 1.64.0
Quaint: https://github.com/prisma/quaint
Example:
Error: Column type 'void' could not be deserialized from the database.