promotional bannermobile promotional banner

SQLibrary

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

File Details

SQLibrary 6.0

  • B
  • Jul 8, 2013
  • 97.17 KB
  • 3.0K
  • 1.6.1

File Name

SQLibrary.jar

Supported Versions

  • 1.6.1
  • Use first development build for 1.6.1.
  • SQLibrary's major version now corresponds to Minecraft.
  • Databases no longer require a username or password (use one less parameter for each or empty strings).
  • Added two new constructors to each database for empty passwords and empty usernames.
  • Fixed shorthand Oracle constructor still containing a port parameter.
  • Fixed SQLite constructor identifying itself as H2 (https://github.com/PatPeter/SQLibrary/issues/12).
  • Added insert(PreparedStatement ps).
  • isTable() and truncate() are unimplemented in most database classes.
  • Only one query builder is finished.
  • Factory is outdated.