try https://stackoverflow.com/questions/525512/drop-all-tables-command
Stack Overflow
What is the command to drop all tables in SQLite?
Similarly I'd like to drop all indexes.
Similarly I'd like to drop all indexes.
Error: D1_ERROR: too many SQL variables at offset 484



Error: D1_ERROR: too many SQL variables at offset 484wrangler d1 export <DATABASE_NAME> --output db.sql --remoteconst data = await db.query.projects.findMany({
limit: PAGE_LIMIT,
where: inArray(
girls.id,
girlsIds.map(({ id }) => id),
),
offset: calcOffset(Number(qs.page), PAGE_LIMIT),
})const data = await db.query.projects.findMany({
where: inArray(
projects.key,
[... //over 100 items]
),
offset: 50,
})