v0.9.0
Minor Changes
- #71
5c168e9
Thanks @dtbuchholz! - This introduces breaking changes by updating to the latest@cloudflare/workers-types@^4.20231025.0
, including compatability changes for the D1Databaseexec
API. Namely, the model methodsCreateTable
andDropTable
now return aD1ExecResult
instead ofD1Result
.