######################################################################
## File: $Id: TODO,v 1.3 2004/09/02 20:59:16 spadkins Exp $
######################################################################

 o RepositoryObjectSet

 o caching rows by key
 o caching row-sets by set-key

 o DBI   - refactored/unified params/cols/values handling
           - arbitrarily complex where clauses

 o DBI   - auto-reconnect on all operations
 o DBI   - bind variables on all operations
 o all   - benchmarks
 o Remote- make a remote repository work
 o all   - get related rows (relationships)
 o all   - $rep->set_rows(...)

 o MySQL - Shared connections between repositories
 o File
 o all   - $rep->purge(...)
 o MySQL - $rep->purge(...)

 o all   - $rep->maintain(...)
 o all   - $rep->export(...)
 o all   - $rep->import(...)
 o all   - summaries
 o all   - partitions
 o all   - defaults
 o all   - required cols
 o all   - Read-only
 o all   - read/write permissions
 o all   - ID generation
 o DBI   - ID generation
 o DBI   - "statement" cache, allows prepare/execute optimization

