import { createDb } from 'wrangler/d1', or an HTTP API?wrangler.toml, when we create db using wrangler/d1 will there be option to make connection to db real time?wrangler dev cmd to use the d1 preview db again? When running --local or --persist, it still uses the main dbwrangler dev lists both the database_id and preview_database_id --preview flagBetaDatabaseStatement. These were subtly different to the implementationsHey!This should've been fixed by #480, and will be released soon. I'd like to include #486 in this, so just waiting until that's approved.



% into .bind)?LIMIT ?3 OFFSET ?4?
--local btw?import { createDb } from 'wrangler/d1'wrangler.tomlwrangler/d1--previewBetaDatabaseStatement%.bindconst { results } = await c.env.DB.prepare(
'select * from spaces where title like ?'
)
.bind(`%${title}%`)
.all();SELECT UniqueID, ParentID, Contact, Cellphone, Email
FROM contacts
WHERE UniqueID LIKE ?1
OR ParentID LIKE ?1
OR Contact LIKE ?1
OR Cellphone LIKE ?1
OR Email LIKE ?1
ORDER BY ?2
LIMIT ?3, ?4LIMIT ?3 OFFSET ?4--local