|
|
| Disk-based data structures (DBM) - Perl - Database-related |
|
|
Disk-based data structures (DBM) |
|
|
Aaron Weiss |
|
|
Perl / Database-related |
|
|
Click to Visit |
|
|
509 |
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 database and all its supporting software, but still need to store a dataset for future use.
|
| Top Perl scripts |
1).
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.
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).
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.
4).
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.
5).
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.
6).
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.
7).
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.
|
|
| New Perl scripts |
1).
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.
2).
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.
3).
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.
4).
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.
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).
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.
|
|
|
|