CURD.py

CURD.py 0.6.0

CURD.py allows Python developers to connect their apps or websites to a MySQL database.The entire system facilitates MySQL query manipulation and results handling.CURD.py allows developers to interact with the database using Pyhton code, instead of SQL...

cx_Oracle

cx_Oracle 5.2 updated

The module is conforming to the Python DB API 2.0 specification.This module is currently built against Oracle 9.2, 10.2, 11.1 and 11.2.It works only on Python 2.x.What is new in this release:Added support for LONG_UNICODE which is a type used to handle...

CyMySQL

CyMySQL 0.8.1

Evolved from PyMySQL, a pure Python MySQL database client, CyMySQL uses C code to communicate with MySQL and Cython to interpret the C code to Python. Nevertheless, if Cython isn't available, it can also work without it via a Python codebase.What is new...

Da Capo

Da Capo 0.9.0

Da Capo implements a simple abstraction layer between PHP and the database itself, allowing developers to write SQL operations using a PHP-like syntax and then executing it on the database server.This is done via Da Capo, class which takes PHP code and...

Danpu

Danpu 2.6.2

Danpu works only with MySQL databases, uses little server memory, and generates standards compliant SQL dump files that can easily be restored at later points.Danpu can be used with any database size, even with large database structures.It can handle...

dat

dat 7.1.2 updated

The dat toolkit is available for usage in three different ways:- JavaScript API (via Node.js)- via HTTP and the dat REST API- using the CLI toolAll these provide basically the same functionality, allowing developers to create replication methods and...