This is a custom backend/connection for Diesel for D1 targeting Cloudflare Workers, at the moment.
IMPORTANT: THIS IS NOT PRODUCTION READY YET, THINGS WILL PROBABLY BREAK (feel free to use it tho).
At the moment, this only supports Cloudflare Workers via the D1 binding (therefore, it only supports WASM). Generic support for the HTTP API is coming later.
- proper "transaction" support
- make it more SQLite compatible
- HTTP API (and allow other targets that do not use WASM)
- Durable Object sync SQLite support