initially I tried this with nextjs. I have a Postresgql database and try to use the node-postgres or

initially I tried this with nextjs. I have a Postresgql database and try to use the node-postgres or postgresqljs to fetch data directly but it seems both of them does not work on next-on-pages. the node-postgresql only works well on Workers. Do you have any idea how I can fetch data directly from ssr page or api route?
Was this page helpful?