You cannot access the KV table with SQL, just confirmed. There is also a test for it: https://github

You cannot access the KV table with SQL, just confirmed. There is also a test for it: https://github.com/cloudflare/workerd/blob/dbf8538fd806814acdfcbfec1f27c49b6f2f67b8/src/workerd/api/sql-test.js#L345
> select * from _cf_KV;
access to _cf_KV.key is prohibited: SQLITE_AUTH
Was this page helpful?