lessquo
Explore posts from serversCDCloudflare Developers
•Created by lessquo on 5/15/2024 in #pages-help
Error occurs accessing postgres with drizzle and postgres.js in Remix project
I also tried with node-postgres:
and it works fortunately.
However, it's quite slow (about 800ms). I guess it's because of calling
connect
and end
, causing a roundtrip maybe.3 replies
CDCloudflare Developers
•Created by lessquo on 5/15/2024 in #pages-help
Error occurs accessing postgres with drizzle and postgres.js in Remix project
This issue also reported on postgres GitHub: https://github.com/porsager/postgres/issues/822
3 replies