The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
NAME
    Gtk2::Ex::DbLinker::DbTools - Acting with the database using plain sql, Rose::Db::Object or DBIx::Class or SQL::Abstract::More

VERSION
    See version at the end of MYMETA.yml

INSTALLATION

    To install this module type the following:
     perl Makefile.PL
     make
     make test
     make install

    On windows use nmake or dmake instead of make.

DEPENDENCIES

    The following modules are required in order to use Gtk2::Ex::Linker

	Test::More => 1
	Class::Interface => 1.01
	Try::Tiny => 0.22
	Data::Dumper => 2.154
	Carp => 1.17
	Log::Log4perl => 1.41
	DBI => 1.631
    SQL::Abstract::More => 1.27
    Scalar::Util => 1.45, 
    Class::InsideOut => 1.13,

     Install one of Rose::DB::Object or DBIx::Class if you want to use these orm to access your data or run the examples below.
     Insall one of Gtk2::Ex::DbLinker or Wx::Perl::DbLinker depending on the gui framework you want to use.

SYNOPSIS
     See the Form.pm, Datasheet.pm and one of SqlA... Dbi... Dbc... Rdb... DataManager.pm

DESCRIPTION
    This module automates the process of tying data from a database to
    widgets on a Glade or xrc-generated form. It is required that you name
    your widgets the same as the fields in your data source.

    Steps for use:

    *   Create a DataManager object that contains the rows to display. Use
        one of SqlA, Dbi, Rdb or Dbc ...DataManager depending on how
        you plan to access the database.

    *   Create a Gui window using Wx or Gtk2


    *   Connect the buttons to handle common actions such as inserting, moving, deleting, etc.

SUPPORT
	Any Gk2::Ex::DbLinker::DbTools questions or problems can be posted to my (rappazf)
        gmail account.

AUTHOR
     François Rappaz <rappazf at gmail.com>

COPYRIGHT
    This program is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.

    The full text of the license can be found in the LICENSE file included
    with this module.