dropDatabase
constdropDatabase: () =>Promise<void> =sqliteRepo.dropDatabase
Defined in: lib/repositories/chat-history.ts:58
Drop the SQLite-backed chat database. Used by the user-facing
“reset all app data” flow. The next read will recreate the schema
via initSQLite()’s SCHEMA_SQL run.
Returns
Section titled “Returns”Promise<void>