NeuroKode Studios: Python Database Objects(PDO)

2024-07-05

NeuroKode Labs speciallizes in custom software development and web application development.

Python Database Objects provides a convenient Object Oriented API for database access in Python. PDO supports multiple RDBMS with the same API, and provides features not found in the DB-API spec, such as column access by name. [OPen source, BSD style license]

PDO