Does db backup count into the storage quota and charged by it or will it be a different pricing.
Does db backup count into the storage quota and charged by it or will it be a different pricing.





wrangler d1 info <dbname> will tell youwrangler 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
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);