* Try to attach async to proxy trait first. * Update proxy connection to support async. * Add example. * Try to fix CI. * Remove CI for cloudflare worker example at this moment... * Improve SQL serializer
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
.
npx wrangler dev