Db_proxy perl module

This module and the enclosed cgi binary allow sharing of a database between different clients using plain http/https POST or GET requests.
It supports all DBI supported databases and has been tested with DBD::SQLite.
The clients can be perl programs or shell scripts using the enclosed sample clients.
Current version:
Db_proxy-1.08.tgz 13.244 bytes (MD5 = e81abe63fbf53400168ee27420f654a4)
older versions:
Db_proxy-1.07.tgz 12.864 bytes (MD5 = 13112c52d33931237928b3977bc561ad)
Db_proxy-1.06.tgz 12.854 bytes (MD5 = 6a72891665156bb3f24eb04da05d473f)
Db_proxy-1.04.tgz 12.060 bytes (MD5 = e3ef29a5883655f578f7d0ea60d1ab33)
Db_proxy-1.03.tgz 11.730 bytes (MD5 = a6bd9be7fc06175faba375f5413db8e3)
Db_proxy-1.02.tgz 11.488 bytes (MD5 = e11bef6f6d6a5e4f9c0e9a8df2a155c0)
Db_proxy-1.01.tgz 11.715 bytes (MD5 = 5aad5bba7604144b70b7475654a2b1ee)
Db_proxy-1.0.tgz 11.658 bytes (MD5 = 821696d1b0ecf48bf8330f2d732f07d4)

Changelog

1.08  Tue Mar 16 2010
        - added http basic auth support

1.07  Tue Jul 28 2009
        - fixed get/post in initialization
        - fixed version number :>

1.06  Mon Jun 25 2009
        - added persistent connection to speed up subsequest requests and workaround Apache bug https://issues.apache.org/bugzilla/show_bug.cgi?id=12355 

1.05  Sat Feb 21 2009
        - add new function NewFetchTab, this was needed to be able to retain the column order

1.05  Fri Dec 17 2008
        - small changes to provide some error message
        - minor changes to the client to allow ENV variables in conf

1.04  Fri Oct 17 2008
        - switched from get to post to allow large queries

1.03  Thu Dec 20 2007
        - switched from Storable to YAML, too many problems with Storable
        - improved README and the server (new config setting to improve
          campatibility with mod_perl)

1.02  Thu Dec 13 2007
        - fix compile error

1.01  Wed Dec 12 2007
        - use proxy if set
        - $Storable::interwork_56_64bit = 1; for better interoperability

1.00  Mon Dec  10 2007
        - added server and client

0.01  Tue Dec  4 2007
        - original version; created by h2xs 1.23 with options
                -X db_proxy