Back to Sea Orm

SeaORM Proxy Demo for Cloudflare Workers

examples/proxy_cloudflare_worker_example/README.md

1.1.20495 B
Original Source

SeaORM Proxy Demo for Cloudflare Workers

This is a simple Cloudflare worker written in Rust. It uses the sea-orm ORM to interact with SQLite that is stored in the Cloudflare D1. It also uses axum as the server framework.

It's inspired by the Cloudflare Workers Demo with Rust.

Run

Make sure you have npm and cargo installed. Be sure to use the latest version of nodejs and rust.

bash
npx wrangler dev