Edge Computing with Cloudflare Workers
Modernizing a familiar approach to REST APIs, with PostgreSQL and Cloudflare Workers

Modernizing a familiar approach to REST APIs, with PostgreSQL and Cloudflare Workers

8/4/2021 · Kristian Freeman

What this post added

This post introduces the capability to build REST APIs that communicate directly with PostgreSQL databases from Cloudflare Workers. It highlights the use of PostgREST to generate a REST API from Postgres, Cloudflare Tunnel for secure exposure, and the `postgrest-js` library for interacting with the API within Workers. It also explores how Workers can be used for intelligent caching and new scaling approaches for Postgres applications.

Read the original post ↗