The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.09

  • DbiDataManager: auto_incrementing use from the start, in the module, $self->get_primarykeys must be called instead of @{$self->{primary_keys}} $self->{cols} holds field's names without their changing to lower case Form: set_data_manager method to replace the current data manager

Modules

Use sql or orm objects to build a gtk2 Gui
Interface for xxxDataManager modules
a module used by Form and Datasheet that get data from a database using DBIx::Class objects
a module that get data from a database using DBI and sql commands
a module that display data from a database in glade generated Gtk2 interface
a module that get data from a database using Rose::DB::Objects