and so the key might be a number from one source, but another source sometimes puts in a letter comb
and so the key might be a number from one source, but another source sometimes puts in a letter combo

https://api.cloudflare.com/client/v4/accounts/account_id/d1/database/db_id/query
{
"params": [],
"sql": "DROP TABLE IF EXISTS comments; CREATE TABLE IF NOT EXISTS comments ( id integer PRIMARY KEY AUTOINCREMENT, author text NOT NULL, body text NOT NULL, post_slug text NOT NULL ); CREATE INDEX idx_comments_post_slug ON comments (post_slug);"
}