DBS_EMPTY(1p) User Contributed Perl Documentation DBS_EMPTY(1p)NAMEdbs_empty - Empty SQL DatabasesDESCRIPTIONdbs_empty is an utility that completely erases any data from a given SQL database.COMMAND LINE PARAMETERSRequired 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.de" or "@linuxia.de").COMMAND LINE OPTIONS--exclude-matching-tables=REGEXP Excludes any table matching the regular expression REGEXP from dumping. -t, --tables Remove tables from database too.AUTHORStefan Hornburg (Racke), racke@linuxia.deSEE ALSOperl(1), DBIx::Easy(3) perl v5.8.8 2007-02-01 DBS_EMPTY(1p)