The PyDB2 package provides a Python DB API 2.0 interface to IBM's DB2 database management system. The package also includes various tools for working with DB2.
License
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow PyDB2 - Python DB2 Interface And Tools
Other Useful Business Software
Passwordless Authentication and Passwordless Security
It’s no secret — passwords can be a real headache, both for the people who use them and the people who manage them. Over time, we’ve created hundreds of passwords, it’s easy to lose track of them and they’re easily compromised. Fortunately, passwordless authentication is becoming a feasible reality for many businesses. Duo can help you get there.
Rate This Project
Login To Rate This Project
User Reviews
-
Good, lacks some documentation, but use test_basic.py as guide. Also if you cannot find sqlcli1.h while building, you must install the development libs that come with DB2. This can be done by doing a custom install
-
Can not use it because of two big documentation omissions. First, no info about building requirements. This needs IBM's libraries and include files. I finally got by this after a few hours (get them by installing IBM DB2 Express-C). Second, no code examples. In particular: How do you connect to the database? The connect() function does not accept a host parameter.