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
I wasn't aware of your repo and did my own version of kysely-pglite. I had a problem where the connections where not serialized, e.g. concurrent tasks mixed up queries and transactions. I solve it by serializing the access to the connections. Feel free to copy:
I wasn't aware of your repo and did my own version of kysely-pglite. I had a problem where the connections where not serialized, e.g. concurrent tasks mixed up queries and transactions. I solve it by serializing the access to the connections. Feel free to copy:
https://github.com/czeidler/kysely-pglite/blob/82cdb067fa5668084ef7f290d998f9dae07b49f2/src/dialect.ts#L53
The text was updated successfully, but these errors were encountered: