summaryrefslogtreecommitdiff
path: root/bin/print-schema-mysql
blob: 88245b63e334d97e8c496f6905a3709dc6c516e7 (plain)
1
2
3
4
5
6
7
#!/usr/bin/perl

use DBIx::DBSchema;

$l = load DBIx::DBSchema "/usr/local/etc/freeside/dbdef.DBI:mysql:dbname=freeside";

print $l->pretty_print, "\n";