How to Build Data-Driven Apps with Cloudflare Workers and PostgreSQL

Опубликовано: 04 Август 2021
на канале: Cloudflare Developers
7,181
172

In this video tutorial, we'll use Cloudflare Workers to deploy a REST API for querying and creating data from a PostgreSQL database. As one of the most popular open-source SQL databases in the world, PostgreSQL is a great choice to build your applications on. By using Workers and postgrest-js to interface with your database, you can expose a highly scalable and performant endpoint for clients to access, without needing to make your database available to the public web.

Check out the blog post on our blog to learn more: https://blog.cloudflare.com/modernizi...
The text version of this tutorial is available in the Cloudflare Workers documentation: https://developers.cloudflare.com/wor...

---------------------------------------

Deploy serverless code instantly across the globe to give it exceptional performance, reliability, and scale, with Cloudflare Workers.

Cloudflare Workers: https://cfl.re/CloudflareWorkersYT
Cloudflare Workers Docs: https://cfl.re/WorkersDocsYT

#CloudflareWorkers