sea-orm/examples/proxy_cloudflare_worker_example
伊欧 85fc3d0440
feat: Add support for async proxy connection. (#2278)
* 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
2024-08-20 10:15:48 +01:00
..

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