|
| Up
|
Database
These modules are some alternative Database modules I developed. They fit
my needs better that the generic Database modules.
- CSV.pm: This modules uses csv-files as a database. It can replace
the Text.pm module. I prefer using this one because it uses a textfile as a database;
that way I don't have to reinvent the wheel.
- Postgresql.pm: This module is inherited from CSV.pm and
can be used with a Postgresql-database.
- QuoteHist.pm: To fill the database with historical quotes
from yahoo.
|
|
|