clearDatabase

abstract suspend fun clearDatabase()

Clears all database tables without resetting the auto-increment value generated by PrimaryKey.autoGenerate.

WARNING: This will permanently delete all data in the database.