This is what I see in the `meta` from a query locally: ```{ "served_by": "miniflare.db", "durati
This is what I see in the
meta from a query locally:{
"served_by": "miniflare.db",
"duration": 1,
"changes": 0,
"last_row_id": 0,
"changed_db": false,
"size_after": 28672
}meta object that D1 itself returns.
rows_written and rows_read into Miniflare so I've opened an issue for it.
UPDATE foo SET counter = counter + 1) rather than fetching and then adding 1 in your code.npx wrangler --env dev d1 execute workers-db --command="DROP TABLE account"account, user, comment but it responds withnear "comment": syntax error at offset 19 [code: 7500]--local flag and once without incomplete input [code: 7500]CREATE TRIGGER update_channels_updatedAt
AFTER UPDATE ON channels
FOR EACH ROW
BEGIN
UPDATE channels SET updatedAt = CURRENT_TIMESTAMP WHERE _id = NEW._id;
END;CREATE TRIGGER update_channels_updatedAt
AFTER UPDATE ON channels
FOR EACH ROW
BEGIN
UPDATE channels SET updatedAt = CURRENT_TIMESTAMP WHERE _id = NEW._id;
END;rows_writtenrows_readUPDATE foo SET counter = counter + 1npx wrangler --env dev d1 execute workers-db --command="DROP TABLE account"account, user, commentnear "comment": syntax error at offset 19 [code: 7500]