UUIDv7 from what I've glanced of the spec is supposed to be a lot better than v6 (generally recommen
UUIDv7 from what I've glanced of the spec is supposed to be a lot better than v6 (generally recommended to use v7 whenever possible basically)

wrangler d1 info DB_NAME - e.g. Are all the limits except the DB size limit available to be potentially raised?
is there some way to dynamically set up bindings
wrangler d1 info DB_NAME➜ npx wrangler@latest d1 info db-enam
┌───────────────────┬──────────────────────────────────────┐
│ ENAM │ c89db32e-83f4-4e62-8cd7-7c8f97659029 │
├───────────────────┼──────────────────────────────────────┤
│ name │ db-enam │
├───────────────────┼──────────────────────────────────────┤
│ created_at │ 2023-06-12T16:52:03.071Z │
├───────────────────┼──────────────────────────────────────┤
│ version │ beta │
├───────────────────┼──────────────────────────────────────┤
│ num_tables │ 8 │
├───────────────────┼──────────────────────────────────────┤
│ running_in_region │ ENAM │
├───────────────────┼──────────────────────────────────────┤
│ database_size │ 1.83 GB │
├───────────────────┼──────────────────────────────────────┤
│ read_queries_24h │ 1,437 │
├───────────────────┼──────────────────────────────────────┤
│ write_queries_24h │ 1,551,235 │
└───────────────────┴──────────────────────────────────────┘Error: D1_TYPE_ERROR: Type 'object' not supported for value '[object Object]'
at cloudflare-internal:d1-api:146:19 const h = {id: 1, attr1: "abcdef} const t = JSON.stringify(h)
// console.log("JSON being inserted =>>>>", h)
const result = await env.SMS_DEV.prepare(
"UPDATE TestTable SET history = json_insert(history, '$.history[#]', '?1') WHERE id = '?2' ",
)
.bind(h, status.id)
.run()name = "weathered-queen-4070"
main = "src/index.ts"
compatibility_date = "2023-10-30"
[[d1_databases]]
binding = "DB" # available in your Worker on env.DB
database_name = "dogpark"
database_id = "xxxxxxxxxxxx"
[[d1_databases]]
binding = "DB2" # i.e. available in your Worker on env.DB
database_name = "adminportalDB"
database_id = "xxxxxxxxxxx"