Wrote a Blog Post
Published a YouTube video
Wrote a tutorial
+1
My recent blog post on using PostgreSQL with Cloudflare Workers went live! Check out the blog post for the tutorial and video to go along with it, too!

Many developers building applications with Cloudflare Workers, our serverless functions platform, have asked how they can use Postgres in Workers functions. Today, we're releasing a new tutorial for Workers that shows how to connect to Postgres inside Workers functions. Built on PostgREST, you'll write a REST API that communicates directly with your database, on the edge.