drizzle-jdbc

JDBC Driver for Drizzle
Download

drizzle-jdbc Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Price:
  • FREE
  • Publisher Name:
  • Marcus Eriksson
  • Publisher web site:
  • http://marcus.no-ip.biz/

drizzle-jdbc Tags


drizzle-jdbc Description

JDBC Driver for Drizzle drizzle-jdbc is an LGPL licensed JDBC driver for Drizzle. It will also provide a protocol to be able to talk to MySQL servers (at least in the beginning when the protocols are the same).Developer commentsThe driver is written completely from scratch. The reasons I did not base it on the MySQL ConnectorJ project is:1. The code base for ConnectorJ felt overwhelming2. I wanted to use generics etc from modern java versions3. With the future client-server protocols being quite different from the current, I figured this driver could be more agile and having the new async protocol implemented early4. I want people to be able to ship the driver with whatever product they are building, (even though java people seem to accept the pain of looking for jars) Requirements: · Java 2 Standard Edition Runtime Environment What's New in This Release: · This release has some bugfixes. · It supports "ON DUPLICATE KEY UPDATE" in the rewrite batch handler. · It handles prepared statement placeholders within quotes and comments. · It will automatically run the test suite for MySQL as well as Drizzle. · It will strip queries from comments in prepared statements. · It uses java.nio.ByteBuffer, resulting in better performance and cleaner code. · It has more and better reports in Hudson.


drizzle-jdbc Related Software