SQL Parser

SQL Parser 0.5.0 updated

SQL Parser can be used by database developers to parse SQL queries before they're sent to the server and keep a log of what the database has been queried with.SQL Parser does not parse the query results, but the query and all its parameters.Works only...

MongoDB is a document-oriented NoSQL database, perfect for high traffic and intensive load environments.Fang of Mongo was created to allow database administrators a way to explore their MongoDB databases.Created for remote databases at first, Fang of...

pgTAP

pgTAP 0.95.1

pgTap is written in PL/pgSQL and PL/SQL, following the xUnit philosophy, responsible for frameworks like NUnit, JUnit and more. The framework is basically a collection of various functions for gathering, analyzing and reporting on PostgreSQL-powered...

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...

DByte

DByte 1.0.0

DByte works atop PHP's PDO layer and provides a very very very lightweight interface for talking to relational databases.Support is included for MySQL, PostgreSQL, and SQLite, and the whole code is contained in under 1kb of code.DByte uses prepared...

Relaxo

Relaxo 0.4.4

Apache CouchDB is a document-oriented database developed at the Apache Software Foundation, written in Erlang, implementing NoSQL principles. Relaxo facilitates using Apache CouchDB with Ruby-based applications, allowing the developer to write as less...

Transfer ORM sets up an intermediary layer between the actual ColdFusion code and the database itself.This layer automates some of the processes and tasks needed to manipulate the SQL code and interact with the database, also improving the application's...

pycouchdb

pycouchdb 1.12 updated

This client library for CouchDB was developed to allow Python developers to connect their apps or websites to a CouchDB data storage system.While there are plenty of Python CouchDB drivers, pycouchdb is one of the few that supports Python's new 3.x...