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