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: Postgres support #242

Open
albinmedoc opened this issue Mar 3, 2025 · 1 comment
Open

Feature: Postgres support #242

albinmedoc opened this issue Mar 3, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@albinmedoc
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Im running Wishlist in Kubernetes and have the volumes mapped to NFS share. Sqlite doesn't play well with NFS as the database gets locked.

Describe the solution you'd like
Make it possible to use postgres as database. The ORM should already support it.

Describe alternatives you've considered
Don't map the volume to an NFS, and have the storage stored separated from all my other applications.

@albinmedoc albinmedoc added the enhancement New feature or request label Mar 3, 2025
@cmintey
Copy link
Owner

cmintey commented Mar 3, 2025

It's unfortunate that SQLite doesn't play well with network shares. Prisma used to directly support having multiple database engines, but removed it a while ago (prisma/prisma#3834). I believe there are still some (somewhat hacky) ways to achieve it, which I can look into.

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