sqldict Code
Python dict-interface to SQL tables, through sqlalchemy.
Brought to you by:
kristerhedfors
File | Date | Author | Commit |
---|---|---|---|
sqldict | 2012-01-14 |
![]() |
[bac905] added files |
.hgignore | 2012-01-14 |
![]() |
[9ef114] fix name in hgignore |
CHANGES | 2012-01-14 |
![]() |
[bac905] added files |
PKG-INFO | 2012-01-14 |
![]() |
[bac905] added files |
README | 2012-01-14 |
![]() |
[bac905] added files |
setup.py | 2012-01-14 |
![]() |
[bac905] added files |
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