Hi, guys. I saw there is 10GB/database limit for D1. I would like to know what if the D1 database gr
Hi, guys. I saw there is 10GB/database limit for D1. I would like to know what if the D1 database grow to more than 10GB ?


env.DB.prepare(...) is just an object, it has almost nothing to do with SQLite. It is sent to your database, which makes a prepared statement with the SQL text and binds it with your parameters.prepare both times, of course)
env.DB.prepare(...)prepare