Supabase support
I saw this GH issue which mentions implementing e.g. Supabase support in the future, https://github.com/wasp-lang/wasp/issues/1265
And I read that you can connect to an external database with a database url environment variable.
Would that environment variable not be enough to use Supabase, or am I missing something?
And I read that you can connect to an external database with a database url environment variable.
Would that environment variable not be enough to use Supabase, or am I missing something?
GitHub
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 ...