On Sun, 2004-06-13 at 18:46, Jeff Smelser wrote: > We have been testing this out. This would be a great addition.. > > http://oneofone.limitlessfx.com/phpwiki/index.php/temp/portage_db_mysql.py As mentioned before, sqlite seems like it would be a better fit. Selected features (from their site): * Zero-configuration - no setup or administration needed. * A complete database is stored in a single disk file. * Database files can be freely shared between machines with different byte orders. * Supports databases up to 2 terabytes (2^41 bytes) in size. * Small memory footprint: less than 30K lines of C code, less than 250KB code space (gcc on i486) * Faster than other popular database engines for most common operations. * Self-contained: no external dependencies. -John