promotional bannermobile promotional banner

SQLibrary

SQLibrary aims to streamline driver wrappers in Java for every database engine

File Details

SQLibrary 3.1

  • R
  • Sep 9, 2012
  • 30.96 KB
  • 1.9K
  • 1.3.2

File Name

SQLibrary.jar

Supported Versions

  • 1.3.2
  • Added support for every statement in MySQL and SQLite into their respective query() methods.
  • All boolean methods return false on fail, all other methods throw exceptions so that plugin authors can check for errors.
  • Moved close(), getConnection(), checkConnection(), and prepare() into Database.java.
  • Actually implemented the prefix() method.
  • Example plugin needs to be rewritten.
  • Still missing drivers for H2, MicrosoftSQL, Oracle, and PostgreSQL.