[DB-SIG] Sybase module 0.40pre1 released

2010-12-16 Thread Robert Boehne
WHAT IS IT: The Sybase module provides a Python interface to the Sybase relational database system. It supports all of the Python Database API, version 2.0 with extensions. ** This version is a pre-release not intended for production use ** The module is available here: http://downloads.sourcef

Re: [DB-SIG] DB scheme question

2010-12-16 Thread szncary
If I understand your original question correctly you are looking for a versioning system for a file or files which do not change very much between versions. I would recommend subversion. It is very economical in its storage and suits your stated purpose. However, your later response (below) ind