* Added `get_rdbms_metadata()` function to `grizzled.db` drivers, to return
information about the underlying RDBMS.
* Added `grizzled.collections.namedtuple()` function, which works like
Python's new 2.6 `namedtuple()` function. If running under 2.6, the
`grizzled.collections` version *is* the 2.6 `namedtuple()` function.
* Reorganized internals of `grizzled.db` for easier maintenance. Has no
effect on the visible API.
* Moved package metadata from `setup.py` to `grizzled/__init__.py`, making
it easier for other packages to use.
---------------------------------------------------------------------------