
   sqldict - dict with sqlalchemy database-agnostic back-end
             allowing arbitrary picklable objects as keys
			 and values



install:
  $ python setup.py install

examples:
  See example.py.


  Usage:
  >>> from sqldict import sqldict
