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? π€
GitHub
Consider supporting supporting external db hosting Β· Issue #1265 Β· ...
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 ...
5 Replies
It should work out of the box since it's just a PostgreSQL π we haven't tested it out that much that's why it's written like that.
Did you try it yourself? Please report back it you do π
Thanks for clarifying! I will when I get back from vacation tomorrow π
Have you had any opportunity to try this out?
I've used a supabase database via the
DATABASE_URL
before and it workedThanks @Vinny (@Wasp) ! I added this note to that github issue for future reference.