SQLpage icon indicating copy to clipboard operation
SQLpage copied to clipboard

Add support for running on Cloudflare Workers and D1

Open dknecht opened this issue 1 year ago • 1 comments

dknecht avatar Jun 06 '23 11:06 dknecht

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 ?

lovasoa avatar Jun 06 '23 23:06 lovasoa