Skip to content

clearTable

clearTable(conn, schema): Promise<void>

Defined in: db/store.ts:170

Delete all rows from the table.

AsyncDuckDBConnection

TableSchema

Promise<void>