wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
13.63k stars 1.18k forks source link

Consider supporting supporting external db hosting #1265

Open Martinsos opened 1 year ago

Martinsos commented 1 year ago

Consider allowing users to host DB on some external hosting provider, like PlanetScale (in this case we also need MySQL support for Prisma enabled), or maybe Supabase (they have free postgres).

We would have to figure out the interface for this, and how it would fit into the development workflow (development db?).

I think it is best if we address this somewhat later, in 1.0, when we are more mature and have less moving parts, but still wanted to capture the idea here.

Martinsos commented 1 year ago

Note: @vincanger used Supabase database via DATABASE_URL and it worked fine.

Martinsos commented 3 months ago

User got Wasp working with Supabase after a bit of struggle, explained the process here: https://discord.com/channels/686873244791210014/1250831665995972729/1250831665995972729 .