Télécharger la liste

Description du projet

SQL Relay is a persistent database connection pooling, proxying, and load balancing system. It supports many database systems and programming languages. There are drop-in replacement libraries for MySQL and PostgreSQL, command line clients, a GUI configuration tool, and extensive documentation. The APIs support advanced database operations such as binding variables, multi-row fetches, client-side result set caching, suspended transactions, query routing, and query filtering. It can be used for speeding up database-driven Web-based applications, accessing databases from unsupported platforms, migrating between databases, distributing access to replicated databases, and throttling database access.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-01-19 06:23 Retour à la liste release
0.44

Cette version introduit le support de déclaration API MySQL dans la bibliothèque de la halte-accueil, méthodes de DB-agnostique API pour retourner aux listes db, de table et de colonne, pour obtenir et définir la schéma actuelle/db et pour obtenir la dernière insertion id. Cette version comporte également la traduction de format variable de bind, la capacité de faux blocs de transaction pour du db qui ne supportent pas les et la possibilité d'exécuter un ensemble de requêtes au début et la fin d'une session client. Le client de la ligne de commande sqlrsh prend désormais en charge les variables de liaison.
This release introduces MySQL statement API support in the drop-in library, DB-agnostic API methods to return db, table, and column lists, to get and set the current schema/db and to get the last insert id. This release also features bind variable format translation, the ability to fake transaction blocks for db's that don't support them, and the ability to run a set of queries at the start and end of a client session. The sqlrsh command line client now supports bind variables.

Project Resources