Fixes https://discord.com/channels/967097582721572934/1422639568808841329/1425037080051978261 This PR avoids bound parameters usage for `IN` and `NOT_IN` querying on `id` to respect the D1 limit https://developers.cloudflare.com/d1/platform/limits/ And also batches inserts when inserting arrays/blocks/hasMany relationships etc. This is needed because we can't avoid using bound parameters there, but still want to respect the 100 variables limit per query.