summaryrefslogtreecommitdiff
path: root/databases/sqlrelay/DESCR
diff options
context:
space:
mode:
authorgrant <grant>2004-04-15 10:37:24 +0000
committergrant <grant>2004-04-15 10:37:24 +0000
commitba1631d7091f6bf2b43bb62078935cc5f42852d9 (patch)
tree38652a82cb30869fa818ee58f8a0d916cb678d19 /databases/sqlrelay/DESCR
parent29fd3f1cc379fa2dabf35140ff943356dc797bbb (diff)
downloadpkgsrc-ba1631d7091f6bf2b43bb62078935cc5f42852d9.tar.gz
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.
Diffstat (limited to 'databases/sqlrelay/DESCR')
-rw-r--r--databases/sqlrelay/DESCR13
1 files changed, 13 insertions, 0 deletions
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.