[Module] SnakeDb Ver 1.00

Ming Hui Huang ming@scriptfoundry.com
Thu, 14 Dec 2000 13:39:24 -0500 (EST)


                            SnakeDb Ver 1.00                            
                            ----------------                            

The purpose of SnakeDb is to provide an easy universal database API.

The purpose of SnakeDb is to provide an easy database API. You don't
have to write SQL statements in your scripts to create databases or
execute a query. You can access the fields in the tables through a
dictionary. The API also allows you to execute complex SQL statements.
SnakeDb is a wrapper around other python database modules. SnakeDb ver
1.0 supports Gadfly and MySQL databases. You can easily extend it to use
other python database modules.


       URL:  http://www.scriptfoundry.com/modules/snakedb/
  Download:  http://www.scripfoundry.com/modules/dist/

   License:  Public Domain
  Requires:  MySQLdb,Gadfly,Other Python Database Modules

  Categories:  Database

Ming Hui Huang (ming@scriptfoundry.com)
http://www.0x01.com/~ming/

--
<a href="http://www.scriptfoundry.com/modules/snakedb/">SnakeDb Ver 1.00</a>
-- The purpose of SnakeDb is to provide an easy universal database API.