-
Notifications
You must be signed in to change notification settings - Fork 97
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
Deploy Remix app with Prisma and Postgres #260
Comments
Hi there 👋 This is a great question, thanks for brining it up. |
Thanks for getting back. If you could give me a quick high level overview of what would be required to make the change, I can review it. I think this is something worth checking out. |
The In the Other than that, most of the work required will be to translate the existing Mongo models into TypeORM definitions. Then, you'll need to update the deployment files (docker-compose etc). There's also the docs to update and explain to people how you would convert your existing deployment to the Postgres one. We'll need to write a migration tool to copy the data from Mongo to Postgres. This is a global overview, the best option is to navigate the code and try developing locally. |
Would it be possible to use Meli to deploy an application built with Remix using Prisma/Postgres on the backend? The backend would be hosted elsewhere (like Supabase or something). If so, we were wondering if you're available for some consulting.
The text was updated successfully, but these errors were encountered: