Edge Computing with Cloudflare Workers
Workers adds support for two modern data platforms: MongoDB Atlas and Prisma

Workers adds support for two modern data platforms: MongoDB Atlas and Prisma

11/15/2021 · Greg McKeon

What this post added

This post announces the integration of Cloudflare Workers with two modern data platforms: MongoDB Atlas and Prisma. For MongoDB Atlas, the integration is facilitated by the Realm SDK, enabling developers to leverage MongoDB's document model, MQL, and Global Clusters directly from Workers. For Prisma, the integration is achieved through the Prisma Data Proxy, allowing Workers to interact with various SQL databases (Postgres, SQL Server, MySQL, SQLite) and MongoDB via Prisma's ORM capabilities, including type-safety, schema migrations, and query optimization.

Read the original post ↗