Web developers often look for ways of speeding up the development process without spending thousands of dollars on additional software. This tutorial covers this important aspect in detail and teaches you to build an easy to use flat-file database in
The Perl DBI is a perl module that allows Perl users to interact with different types of databases through a single API. This Database Independent can be used to talk to a MySQL database, an Oracle database and many more. This makes code much more po
This Short Guide to DBI teaches a beginner on how start using SQL and SQL driven databases from Perl. The main topics included in the article are general information about relational databases, SQL and what is DBI used for. In addition, it also gives
As Perl and MySQL can be used together, thus, there is no reason why Perl and mSQL cannot be used together as well. It is shown in this tutorial that that they can be used together while using the same Perl module.
This article offers many Perl database management solutions that are quick to store and use Perl data structures to and from disk and yet have low overheads. This article is good for programmers who don't want to get tied up with a relational databas
This article was developed in a Linux environment with MySQL 3.22 and caters to basic understanding of Perl, Unix/Linux, and databases in general. It focuses on setting up MySQL and assists in understanding its complexities. It also teaches the metho
This article is a short guide to DBI (The Perl Database Interface Module). The article covers topics such as general information about relational databases, example of how to use DBI, Cached Queries, transactions and many more. |