Not quite, since the D1 Layer that is on top of SQLite handles simultaneous connections. It can't ac

Not quite, since the D1 Layer that is on top of SQLite handles simultaneous connections. It can't actually process multiple requests simultaneously, but it can store requests in a queue. I would note too that while you can use D1 outside of Cloudflare, it isn't meant to be used that way, and thus it is a bit unergonomic
Was this page helpful?