W
Waspβ€’2y ago
Jox

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
miho
mihoβ€’2y ago
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 😊
Jox
JoxOPβ€’2y ago
Thanks for clarifying! I will when I get back from vacation tomorrow πŸ˜„
martinsos
martinsosβ€’2y ago
Have you had any opportunity to try this out?
Vinny (@Wasp)
Vinny (@Wasp)β€’2y ago
I've used a supabase database via the DATABASE_URL before and it worked
martinsos
martinsosβ€’2y ago
Thanks @Vinny (@Wasp) ! I added this note to that github issue for future reference.

Did you find this page helpful?