View PostgreSQL logs in Supabase
Supabase doesn't yet provide a way to see postgresql logs from the admin interface. But there is a way to see the logs from within PostgreSQL, using SQL. The file_fdw extension The file_fdw extension allows to wrap an external data source into a ta...
Sep 7, 20212 min read441