cs::MyDB - do stuff with my database
use cs::MyDB;
Return a database handle for my personal mysql installation. mysql-id is an optional string representing the database to contact; it defaults to mysql@systemid where systemid comes from the SYSTEMID environment variable. This key is passed to cs::Secret::get to obtain the database login keys. dbname is the name of the database to which to attach. It defaults to CS_DB.
Return a cs::MyDB::File object given a pathname.
Cameron Simpson <cs@zip.com.au>