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
Some integration tests are still failing but most of them are fine. I will fix them after you update.
Running integration tests locally was not written in your codebase so I made my own. When running integration tests against local db with postgres.js, I would have "too many clients" issue. I made the pg docker to max of 1000 connections this worked but it would be if we can solve this in our code. Maybe you have some good solutions for this
The text was updated successfully, but these errors were encountered:
Here is my fork of your project https://github.com/yidongw/cloudflare-planetscale-hono-boilerplate
In my project I used drizzle.
Some integration tests are still failing but most of them are fine. I will fix them after you update.
Running integration tests locally was not written in your codebase so I made my own. When running integration tests against local db with postgres.js, I would have "too many clients" issue. I made the pg docker to max of 1000 connections this worked but it would be if we can solve this in our code. Maybe you have some good solutions for this
The text was updated successfully, but these errors were encountered: