cfw-bun-hono-drizzle
cfw-bun-hono-drizzle copied to clipboard
Error: The 'cache' field on 'RequestInitializerDict' is not implemented.
I'm trying to use the cloudflare worker and drizzle with the Planet scale instead of the D1 and getting this error
Error: The 'cache' field on 'RequestInitializerDict' is not implemented. at checkURL (file:///Users/Sites/workers/.wrangler/tmp/bundle-ttBx9L/checked-fetch.js:9:9) at Object.fetch (file:///Users/Sites/workers/.wrangler/tmp/bundle-ttBx9L/checked-fetch.js:27:3) at postJSON (file:///Users/Sites/workers/node_modules/@planetscale/database/dist/index.js:125:28) at Connection.execute (file:///Users/Sites/workers/node_modules/@planetscale/database/dist/index.js:81:29) at Client.execute (file:///Users/Sites/workers/node_modules/@planetscale/database/dist/index.js:23:34) at PlanetScalePreparedQuery.execute (file:///Users/Sites/workers/node_modules/src/planetscale-serverless/session.ts:87:33) at MySqlSelectBase.execute (file:///Users/Sites/workers/node_modules/src/mysql-core/query-builders/select.ts:961:25) at MySqlSelectBase.then (file:///Users/Sites/workers/node_modules/src/query-promise.ts:31:15)
do you have any idea with this ?