Another option for non-SQLite databases is to use truncate() on each table. 
But you have to truncate() in the right order for tables that reference each 
other, otherwise the truncate operation will fail.

Reply via email to