pSQL 0.9.2
SQL statement wrapper class
This module allows for easy wrapping of SQL tables, simple queries and their results in dictionary-like python datatype objects. Attn: MySQLdb is currently mandatory for this module! Example:
>>> res = myDB.Address.City["Oklahoma%"] >>> len(res) 2 >>> for r in res: ... print "%s: %s"%(r.Name, r.Phone) John Doe: 0405-12345 Joe User: 0405-67890 >>> john = res[0] >>> john.Phone = '0405-54321'
- Author: Fionn Behrens
- Maintainer: Fionn Behrens
- Home Page: http://software.fionet.com/pSQL/
- Download URL: http://software.fionet.com/pSQL/
- Keywords: datatype, sql, database
- License: GPL
- Platform: Linux
-
Categories
- Development Status :: 4 - Beta
- Intended Audience :: Developers
- License :: OSI Approved :: GNU General Public License (GPL)
- Programming Language :: Python
- Programming Language :: SQL
- Topic :: Adaptive Technologies
- Topic :: Database :: Front-Ends
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: fionn
- DOAP record: pSQL-0.9.2.xml
