Skip to main content

2 posts tagged with "postgresql"

View All Tags

· 14 min read
Adam Kovacs

This example demonstrates how to create a user facing app in Windmill and use Supabase Authentication to query tables which have Row Level Security enabled. We have two options to query the database: executing code on the server (backend script), or using a new experimental method, where code runs in the end user's browser directly (frontend script).