Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.471.964 Times

Perl Flat Database freeware
Filter: All | Freeware | Demo
 

Perl Flat Database

1 2 3 4 5 > 
Added: February 12, 2010 | Visits: 991

dbitotcl 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...



Platforms: *nix

License: Freeware Size: 8.19 KB Download (104): dbitotcl Download

Added: October 06, 2010 | Visits: 859

DBI::DBD DBI::DBD is a Perl DBI Database Driver Writers Guide. SYNOPSIS perldoc DBI::DBD Version and volatility This document is still a minimal draft which is in need of further work. The changes will occur both because the DBI specification is changing and hence the requirements on DBD drivers...





Platforms: *nix

License: Freeware Size: 409.6 KB Download (93): DBI::DBD Download

Added: May 10, 2013 | Visits: 717

AutoMax This is a basic Perl script that allows you to insert clients and cars into a flat file database.Also the script can verify if the client or the car still exists in the database. 


Platforms: Windows, *nix, Perl, BSD Solaris

License: Freeware Download (66): AutoMax Download

Released: October 20, 2012  |  Added: October 20, 2012 | Visits: 331

Project D.U.I.M. Perl/Tk database user interface modules, too build easy and fast database applications.


Platforms: Windows, Mac, Linux

License: Freeware Size: 124.08 KB Download (51): Project D.U.I.M. Download

Added: May 10, 2013 | Visits: 690

Flat File Scripts Flat File Scripts (FFS) is basically a project around writing PHP scripts that don't require database systems, but instead use flat files such as XML and TXT.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (61): Flat File Scripts Download

Added: November 26, 2010 | Visits: 838

Test::TempDatabase Test::TempDatabase is a Perl module for temporary database creation and destruction. SYNOPSIS use Test::TempDatabase; my $td = Test::TempDatabase->create(dbname => temp_db); my $dbh = $td->handle; ... some tests ... # Test::TempDatabase drops database This module automates creation...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (100): Test::TempDatabase Download

Added: June 18, 2010 | Visits: 916

DBIx::DBStag DBIx::DBStag is a Perl module for Relational Database to Hierarchical (Stag/XML) Mapping. SYNOPSIS use DBIx::DBStag; my $dbh = DBIx::DBStag->connect("dbi:Pg:dbname=moviedb"); my $sql = q[ SELECT studio.*, movie.*, star.* FROM studio NATURAL JOIN movie NATURAL JOIN movie_to_star...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (100): DBIx::DBStag Download

Added: October 19, 2010 | Visits: 619

OpenInteract2::Datasource::DBI OpenInteract2::Datasource::DBI is a Perl module that can create DBI database handles. SYNOPSIS # Define the parameters for a database handle main using PostgreSQL [datasource main] type = DBI dbi_type = Pg dsn = dbname=urkelweb username = webuser password = urkelnut # Define a handle...


Platforms: *nix

License: Freeware Size: 931.84 KB Download (92): OpenInteract2::Datasource::DBI Download

Added: March 21, 2010 | Visits: 963

Thesaurus::DBI Thesaurus::DBI is a Perl module that can store and query synonyms (Thesaurus) in an SQL database. SYNOPSIS use Thesaurus::DBI; # create new database connection my $th = new Thesaurus::DBI(dbhost=> localhost, dbname=>thesaurus,dbuser=>user,dbpassword=>pass); # use existing database...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (104): Thesaurus::DBI Download

Added: February 01, 2010 | Visits: 956

DBD::mysql DBD::mysql is a Perl module with MySQL driver for the Perl5 Database Interface (DBI). SYNOPSIS use DBI; $dsn = "DBI:mysql:database=$database;host=$hostname;port=$port"; $dbh = DBI->connect($dsn, $user, $password); $drh = DBI->install_driver("mysql"); @databases =...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (99): DBD::mysql Download

Added: August 13, 2010 | Visits: 854

DBD::mSQL DBD::mSQL / DBD::mysql is a Perl module with mSQL and mysql drivers for the Perl5 Database Interface (DBI). SYNOPSIS use DBI; $driver = "mSQL"; # or "mSQL1"; $dsn = "DBI:$driver:database=$database;host=$hostname"; $dbh = DBI->connect($dsn, undef, undef); or $driver = "mysql"; $dsn =...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (99): DBD::mSQL Download

Added: June 07, 2010 | Visits: 1.784

DBD::Oracle DBD::Oracle is a Perl module with Oracle database driver for the DBI module. SYNOPSIS use DBI; $dbh = DBI->connect("dbi:Oracle:$dbname", $user, $passwd); $dbh = DBI->connect("dbi:Oracle:host=$host;sid=$sid", $user, $passwd); # See the DBI module documentation for full details # for...


Platforms: *nix

License: Freeware Size: 368.64 KB Download (127): DBD::Oracle Download

Added: November 03, 2010 | Visits: 1.450

Email::Store::DBI Email::Store::DBI is a Perl module for database backend to Email::Store. SYNOPSIS use Email::Store dbi:...; This class is a subclass of Class::DBI and contains means for Email::Store-based programs to register what DSN they wish to use. It also provides for building database tables from...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (100): Email::Store::DBI Download

Added: August 24, 2010 | Visits: 706

DBIx::XML_RDB DBIx::XML_RDB is a Perl extension for creating XML from existing DBI datasources. SYNOPSIS use DBIx::XML_RDB; my $xmlout = DBIx::XML_RDB->new($datasource, "ODBC", $userid, $password, $dbname) || die "Failed to make new xmlout"; $xmlout->DoSql("select * from MyTable"); print...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (92): DBIx::XML_RDB Download

Added: October 13, 2010 | Visits: 715

ExtUtils::SVDmaker ExtUtils::SVDmaker is a Perl module to create CPAN distributions. SYNOPSIS use ExtUtils::SVDmaker; $svd = new ExtUtils::SVDmaker( @options ); $svd = new ExtUtils::SVDmaker( %options ); $svd->vmake( @targets, %options ); $svd->vmake( @targets ); $svd->vmake( %options ); The...


Platforms: *nix

License: Freeware Size: 276.48 KB Download (90): ExtUtils::SVDmaker Download

Added: January 18, 2010 | Visits: 1.002

Cafeterra Cafeterra provides a message queue-based EAI tool. Cafeterra is a message queue-based EAI project with a Web user interface for designing, processing, and monitoring inter-application data flows. Supported connectors are based on an RDBMS, flat files (CSV, fixed length record, XML, HL7, HTML,...


Platforms: *nix

License: Freeware Size: 747.52 KB Download (96): Cafeterra Download

Added: May 10, 2013 | Visits: 484

Gladius DB Gladius DB is a fast and efficient PHP flatfile database engine written in pure PHP; its SQL syntax is compatible with a subset of intermediate SQL92. You will not need any specific extension to have it work, and it is bundled with an adoDB lite driver. This project is licensed under the GNU...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (56): Gladius DB Download

Added: February 09, 2010 | Visits: 1.376

Jitterbit Jitterbit is an open source integration tool that delivers a quick and easy way to configure, design, deploy, and test integration solutions. It supports most standards-based protocols, including Web Services (SOAP), XML, and connectivity to popular databases. Jitterbit is designed with...


Platforms: *nix

License: Freeware Size: 11.5 MB Download (101): Jitterbit Download

Added: August 03, 2013 | Visits: 432

phpPuszAdmin phpPuszAdmin is a Web admin interface for PuszBaza similar to like phpMyAdmin or phpPgAdmin. PuszBaza does not require any additional software like MySql or PostgreSql. It is based only on PHP4.Data is stored in usual text files with the following stucture (example):id; name;how;1; doll;cool;2;...


Platforms: PHP

License: Freeware Size: 30.72 KB Download (39): phpPuszAdmin Download

Released: December 02, 2012  |  Added: December 02, 2012 | Visits: 588

Flat-File Database for perl Lightweight Flat-File database API for perl. Allows SQL queries to manipulate the database info. Requires no module building. Current Version: 1.0.11b


Platforms: Windows, Mac, Linux

License: Freeware Size: 11.05 KB Download (52): Flat-File Database for perl Download

1 2 3 4 5 >