First page Back Continue Last page Overview Graphics
Everywhere
Suggested integration into Perl Core
Modules exist that make tables look like hashes on the primary key
Perl can hook into GnomeVFS
- Make sql dbs like file systems
- $ cat tablename...
- $ head -30 tablename
- $ select * from tablename
- $ select * from (select * from tablename) where rownum < 30
Notes: