Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I use Prisma without data proxy? #14

Open
Anan7Codes opened this issue Apr 15, 2023 · 2 comments
Open

Can I use Prisma without data proxy? #14

Anan7Codes opened this issue Apr 15, 2023 · 2 comments

Comments

@Anan7Codes
Copy link

Can I use prisma without data proxy? If my output path is "generated/client", I reference the index.js and I get an "error: Uncaught ReferenceError: exports is not defined" error

@SimonHaas
Copy link

Hey @Anan7Codes have you found a solution?

I came across the same problem. I want to use deno and prisma with a local postgresql without any cloud service or serveless environment. Just one docker container running the application (deno with prisma) and one the database (postgresql).

The is a repository showcasing my problem. https://github.com/SimonHaas/deno-prisma-local-postgresql

@Anan7Codes
Copy link
Author

@SimonHaas Nope. I dropped it. Haven't tried it again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants