Closed RihanArfan closed 1 week ago
Cloudflare D1 db.dump() is deprecated and only available to D1 alpha databases. https://developers.cloudflare.com/d1/build-with-d1/d1-client-api/#await-dbdump
db.dump()
As it wasn't documented on NuxtHub's docs, and that it wasn't usable either (as all databases should be newer than D1 Alpha), I believe this is not a breaking change.
Open in Stackblitz
pnpm add https://pkg.pr.new/nuxt-hub/core/@nuxthub/core@373
commit: 52e1b5c
52e1b5c
Cloudflare D1
db.dump()
is deprecated and only available to D1 alpha databases. https://developers.cloudflare.com/d1/build-with-d1/d1-client-api/#await-dbdumpAs it wasn't documented on NuxtHub's docs, and that it wasn't usable either (as all databases should be newer than D1 Alpha), I believe this is not a breaking change.