SQL-wrappers (activerecord) to recommened for python?

Posted by Horace Ho on Stack Overflow See other posts from Stack Overflow or by Horace Ho
Published on 2010-04-28T06:27:55Z Indexed on 2010/04/28 6:33 UTC
Read the original article Hit count: 183

Filed under:
|
|
|

is there an activerecord (any similar SQL-wrapper) for python? which is good for:

  • used in a server-side python script
  • light-weight
  • supports MySQL

what I need to do:

  • insert (filename, file size, file md5, the file itself) into (string, int, string, BLOB) columns
  • if the same file (checksum + filename) does not exist in db

thx

© Stack Overflow or respective owner

Related posts about python

Related posts about activerecord