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

[FEATURE] Allow for external database options #188

Open
krainboltgreene opened this issue May 19, 2023 · 1 comment
Open

[FEATURE] Allow for external database options #188

krainboltgreene opened this issue May 19, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@krainboltgreene
Copy link

Description

Since removing redis as a datastore my company can no longer use hemmelig on on-demand web service providers like Google Cloud Run or AWS Fargate, as the local datastore wont be present on any dynamically spun up instances.

It would be nice to at least allow me to pass in a SQL instance URI to use as the datastore.

Screenshots

No response

Additional information

No response

@krainboltgreene krainboltgreene added the enhancement New feature or request label May 19, 2023
@bjarneo
Copy link
Member

bjarneo commented May 19, 2023

Hi

That is a fair point. Looked into this earlier, but not any good approach for this using Prisma. I guess we can use a workaround like this: https://zach.codes/multiple-prisma-clients-one-app/

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

No branches or pull requests

2 participants