SQLpage
SQLpage copied to clipboard
Add support for running on Cloudflare Workers and D1
That would be a great deployment option, but would require some low-level work first. Mainly
- implement support for D1 in sqlx
- implement support for cloudflare workers in actix-web (or abstract away the use of actix in sqlpage and implement a separate cloudflare backend on top of that abstraction).
Would you be interested in contributing to that ?