Open
Description
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.