Published onJuly 30, 2025Use SQLite in a Vercel Serverless Function (Yes, It Works)vercelserverlesssqlitejavascriptedgeHow to bundle and query a SQLite database file directly inside a Vercel Serverless Function or Edge Function—with cold-start <100 ms.
Published onJuly 30, 2025Supabase Role-Based Access Control with Policies Only (No Row Level Code)supabaserbacpostgresauthsqlDefine fine-grained roles and permissions in Supabase using nothing but Postgres Row Level Security policies—no middleware, no function wrappers.