DbBrowser : a free mysql/postgresql database driven perl web datagrid
Views : 9443
How many time have you wrote the same Perl code to display databases records in a datagrid style ? DbBrowser is a Perl module that can help you to stop writing the same thing all your life. DbBrowser simply need a sql query, DBI and CGI handles and that's enough to get a fully working paginated web datagrid. See DbBrowser live demosas a simple grid, and as a filtered grid. Version 1.1 is available, check the download area.
Last update : 20-12-2007 23:29
Simple datagrid
Views : 9291
Clic on "read more" to view Perl source code of this simple grid
Last update : 15-07-2009 14:29
Filtered datagrid
Views : 4785
Clic on "Read more" to view Perl source code of this filtered datagrid
Last update : 15-07-2009 14:28
Installation notes
Views : 4003
Like any other module, simply put the DbBrowser.pm and DbBrowser directory somewhere in the @INC perl path list. You can also just put DbBrowser.pm and DbBrowser directory in the folder containing your cgi programs.
Last update : 17-02-2007 18:02
Using DbBrowser step by step
Views : 3191
DbBrowser is not a script but a Perl module, so lets have a look on how to use it features step by step using a simple Perl script. We will see module declaration, data displaying, column definition and user based criteria filtering.