NAME
dbs_empty - Empty SQL Databases
DESCRIPTION
dbs_empty is an utility that completely erases any data from a given SQL database.
COMMAND LINE PARAMETERS
Required command line parameters are the DBI driver (Pg
for Postgres or mysql
for MySQL) and the database name. The third parameter is optionally and specifies the database user and/or the host where the database resides (racke
, racke@linuxia.net
or @linuxia.net
).
AUTHOR
Stefan Hornburg, racke@linuxia.net
SEE ALSO
perl(1), DBIx::Easy(3)