dbitotcl 0.14 review

Download
by rbytes.net on

dbitotcl is a Tcl extension for using Perl DBI (Database independent interface) from tcl

License: GPL (GNU General Public License)
File size: 7K
Developer: Artur Trzewik
0 stars award from rbytes.net

dbitotcl is a Tcl extension for using Perl DBI (Database independent interface) from tcl. This project allow to use nearly all functions of Perl DBI from Tcl as new Tcl commands. The use of Perl is hidden from the Tcl-User. Perl is loaded as embedded interpreter in the dbitotcl library and the library map all commands between Perl and Tcl.

It is in principle better way to use special Tcl-Extension for your Database (mysqltcl,oratcl,pgtcl,adatcl) but by using this library you can access to database, which have no Tcl-Extension and you have more generic API (like ODBC) and some special functions as Meta-Data (Catalog) access. So you can use very good Perl-DBI interface from Tcl.

Requirements:
Working tcl and perl interpreter (standard by all Linux Distributions)
Working perl DBI Module. You must install suitable DBI interface for your Database.
to compile: (C-compiler), Tcl-Headers (Suse-user must install tcld.rpm) and Perl developing stuff (standard with all Perl distributions).

dbitotcl 0.14 keywords