Edge Computing with Cloudflare Workers
Xata Workers: client-side database access without client-side secrets

Xata Workers: client-side database access without client-side secrets

11/16/2022 · Alexis Rico, Tanushree Sharma

What this post added

Xata has built Xata Workers on top of Cloudflare Workers for Platforms. Xata Workers act as middleware for simplifying database access, allowing developers to deploy functions that sit in front of their databases. This enables client-side database access without exposing secrets by executing database logic on Cloudflare's edge. Key features include: executing JavaScript/TypeScript functions on Cloudflare's global network, framework/provider agnostic deployment, automatic build/deployment via CLI, type-safe code generation based on schema, and the ability to cache query results using KV Namespaces.

Read the original post ↗