summaryrefslogtreecommitdiff
path: root/databases/jdbc-mysql31/DESCR
diff options
context:
space:
mode:
authoradrianp <adrianp>2009-02-11 23:10:16 +0000
committeradrianp <adrianp>2009-02-11 23:10:16 +0000
commitb73efbba47b083845ef72b025dc4584b6e63a725 (patch)
tree45d115b5f5f76cdb3e9f9b13534853bd29cc4547 /databases/jdbc-mysql31/DESCR
parentfb043ff4ceb157916e9e72fa3f28c88193bcb996 (diff)
downloadpkgsrc-b73efbba47b083845ef72b025dc4584b6e63a725.tar.gz
MySQL provides connectivity for client applications developed in the Java
programming language via a JDBC driver, which is called MySQL Connector/J. MySQL Connector/J is a JDBC Type 4 driver. Different versions are available that are compatible with the JDBC 3.0 and JDBC 4.0 specifications. The Type 4 designation means that the driver is pure-Java implementation of the MySQL protocol and does not rely on the MySQL client libraries.
Diffstat (limited to 'databases/jdbc-mysql31/DESCR')
-rw-r--r--databases/jdbc-mysql31/DESCR7
1 files changed, 7 insertions, 0 deletions
diff --git a/databases/jdbc-mysql31/DESCR b/databases/jdbc-mysql31/DESCR
new file mode 100644
index 00000000000..bf443863411
--- /dev/null
+++ b/databases/jdbc-mysql31/DESCR
@@ -0,0 +1,7 @@
+MySQL provides connectivity for client applications developed in the Java
+programming language via a JDBC driver, which is called MySQL Connector/J.
+
+MySQL Connector/J is a JDBC Type 4 driver. Different versions are available
+that are compatible with the JDBC 3.0 and JDBC 4.0 specifications. The Type
+4 designation means that the driver is pure-Java implementation of the MySQL
+protocol and does not rely on the MySQL client libraries.