|
|
Short guide to DBI |
|
|
Mark-Jason Dominus |
|
|
Perl / Database-related |
|
|
Click to Visit |
|
|
16 |
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 an example of how to use DBI, Cached Queries, and transactions.
|
| Top Perl scripts |
1).
The Perl DBI This tutorial introduces perl Database Interface Module. It teaches you how to use this to interact with your database, extract, insert and update data.
2).
Disk-based data structures (DBM) This tutorial provides many Perl database management solutions for programmers who need to store a dataset on the disk for future use but don't want to involved with a relational database with its required supporting software.
3).
A Short Guide to DBI This is a guide to the Perl Database Interface Module. It covers general information about relational databases, provides example on usage of DBI, cached queries, transactions and much more.
4).
Dabbling in Live Databases: MySQL This article covers all aspect of setting up MySQL. It teaches its management complexities and also shows how to create a MySQL database and then how to populate a table with data.
5).
Short guide to DBI This article teaches basics on how to start using SQL and SQL driven databases from Perl. It begins by educating the reader on general information about relational databases and SQL. It also includes examples of how to use DBI and cached queries.
6).
Using a flat-file database in Perl This tutorial teaches web developers ways of speeding up the development process. Tis can be achieved through building an easy to use flat-file database in Perl and thereafter, access it via a web page.
7).
Perl and The MiniSQL Server (mSQL) Since Perl and MySQL can be used together, so one would wonder if Perl and mSQL be used together as well. This tutorial brings out hat they can be used together, using the same Perl module.
|
|
| New Perl scripts |
1).
Dabbling in Live Databases: MySQL This article covers all aspect of setting up MySQL. It teaches its management complexities and also shows how to create a MySQL database and then how to populate a table with data.
2).
Perl and The MiniSQL Server (mSQL) Since Perl and MySQL can be used together, so one would wonder if Perl and mSQL be used together as well. This tutorial brings out hat they can be used together, using the same Perl module.
3).
Disk-based data structures (DBM) This tutorial provides many Perl database management solutions for programmers who need to store a dataset on the disk for future use but don't want to involved with a relational database with its required supporting software.
4).
The Perl DBI This tutorial introduces perl Database Interface Module. It teaches you how to use this to interact with your database, extract, insert and update data.
5).
Using a flat-file database in Perl This tutorial teaches web developers ways of speeding up the development process. Tis can be achieved through building an easy to use flat-file database in Perl and thereafter, access it via a web page.
6).
A Short Guide to DBI This is a guide to the Perl Database Interface Module. It covers general information about relational databases, provides example on usage of DBI, cached queries, transactions and much more.
7).
Short guide to DBI This article teaches basics on how to start using SQL and SQL driven databases from Perl. It begins by educating the reader on general information about relational databases and SQL. It also includes examples of how to use DBI and cached queries.
|
|