I believe he is using the old database backend
I believe he is using the old database backend
wrangler d1 info <dbname> for that DB?Failed to reach database. Please try again later. and when trying to access the url, it says the DB has just been successfully created. Any tips?EXPLAIN QUERY PLAN
rows read.raw()?.raw() To include an array of column names in the results when using raw(), use raw({columnNames: true}).wrangler d1 info <dbname>Failed to reach database. Please try again later.EXPLAIN QUERY PLANrows read.raw().raw()raw({columnNames: true})CREATE INDEX project_tiktok_link_is_empty_idx ON project (tiktok_link IS NULL OR tiktok_link == '');SELECT * FROM project WHERE id = '01HQ81GRDX539N2EJSW1ECGRMY' AND (tiktok_link IS NULL OR tiktok_link = '')CREATE INDEX project_tiktok_link_is_empty_and_id_idx ON project (tiktok_link IS NULL OR tiktok_link == '', id);CREATE INDEX project_tiktok_link_is_empty_and_id_idx ON project (tiktok_link, id);