DBIx::Web

DBIx::Web is an active web database layer.
Download

DBIx::Web Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Andrew V Makarow
  • Publisher web site:
  • http://search.cpan.org/~makarow/DBIx-Web-0.75/lib/DBIx/Web.pod

DBIx::Web Tags


DBIx::Web Description

DBIx::Web is an active web database layer. SYNOPSIS use DBIx::Web; my $w =DBIx::Web->new( -serial=>2 ,-debug=>2 ,-index=>1 ,-path=>'path to file store' ,-url=>'base URL of file store' ,-urf=>'filesystem URL to file store' ); $w->set(-table=>{ ...... see examples ...... ,$w->tvmVersions() ,$w->tvmHistory() }); $w->set(-form=>{ ...... see examples ...... ,'default'=>{-subst=>'default form or table name'} }); $w->cgiRun();This is a database layer for Perl scripts, implementing triggers, record versioning, access control at the record level, file attachments to records, materialised views. There is a web user interface also.Based on DBI and DB_File data engines. Based on CGI for user interface.Currently implemented and tested on Win32 Apache and IIS (considering w32IISdpsn warnings).CGI::Bus, the previous project, was: focused on CGI user interface to database tables, not database metaphor; too complex in record version control programming; too complex and surplus in architecture and setup.WODA has a very interesting database metaphor, but not many features.WIKIs are good in hypertext metaphor and records versioning, but may be without database records metaphor, file attachments, access control at the record level. Requirements: · Perl


DBIx::Web Related Software