pSQL

SQL statement wrapper class
Download

pSQL Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Fionn Behrens
  • Publisher web site:
  • http://software.fionet.com/

pSQL Tags


pSQL Description

SQL statement wrapper class pSQL is a Perl module that 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 >>> len(res) 2 >>> for r in res: ... print "%s: %s"%(r.Name, r.Phone) John Doe: 0405-12345 Joe User: 0405-67890 >>> john = res >>> john.Phone = '0405-54321' Requirements: · Python


pSQL Related Software