Replies: 1 comment 1 reply
-
A |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am having issues switching the databases from neon to pg since I do not wish to use neon.
When trying to reconfigure the drizzle /src/db/index.ts to use just regular old drizzle-orm/postgres-js instead of neon-http, upon running build or when running in dev mode i get issues relating to the crypto module and tls modules not being found which is a strong indication that its trying to use server-side modules in a client-side browser environment....
Is this template that tightly integrated only around neon???
or is there steps to going to change it out?
This is what it comes with by default:
and this is what I tried to change it to
please help :\\
Beta Was this translation helpful? Give feedback.
All reactions