From ba1631d7091f6bf2b43bb62078935cc5f42852d9 Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 15 Apr 2004 10:37:24 +0000 Subject: Initial import of sqlrelay-0.33.1 into the NetBSD packages collection. SQL Relay is a persistent database connection pooling, proxying and load balancing system for Unix and Linux supporting ODBC, Oracle, MySQL, mSQL, PostgreSQL, Sybase, MS SQL Server, IBM DB2, Interbase, Lago and SQLite with APIs for C, C++, Perl, Perl-DBI, Python, Python-DB, Zope, PHP, Ruby, Ruby-DBI, TCL and Java, command line clients, a GUI configuration tool and extensive documentation. The APIs support advanced database operations such as bind variables, multi-row fetches, client side result set caching and suspended transactions. It is ideal 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. --- databases/sqlrelay/DESCR | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 databases/sqlrelay/DESCR (limited to 'databases/sqlrelay/DESCR') diff --git a/databases/sqlrelay/DESCR b/databases/sqlrelay/DESCR new file mode 100644 index 00000000000..24baf464c47 --- /dev/null +++ b/databases/sqlrelay/DESCR @@ -0,0 +1,13 @@ +SQL Relay is a persistent database connection pooling, proxying and +load balancing system for Unix and Linux supporting ODBC, Oracle, +MySQL, mSQL, PostgreSQL, Sybase, MS SQL Server, IBM DB2, Interbase, +Lago and SQLite with APIs for C, C++, Perl, Perl-DBI, Python, +Python-DB, Zope, PHP, Ruby, Ruby-DBI, TCL and Java, command line +clients, a GUI configuration tool and extensive documentation. + +The APIs support advanced database operations such as bind variables, +multi-row fetches, client side result set caching and suspended +transactions. It is ideal 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. -- cgit v1.2.3