Hacker News new | ask | show | jobs
by kiwicopple 1116 days ago
(supabase ceo)

Supabase gives you a full Postgres database, we position ourselves as a Firebase alternative because we offer a few other bells-and-whistles. The database is just postgres[0] and so it has more compatibility than bit.io offered[1]

[0] https://github.com/supabase/postgres

[1] bit.io compatability: https://docs.bit.io/docs/supported-sql

1 comments

Just dug more and I see it.

Foranyone looking, their documentation on how to connect, https://supabase.com/docs/guides/database/connecting-to-post...