/sqlibrary

SQLIbrary – a SQL database library for Processing incl. MySQL, SQLite and PostgreSQL

Primary LanguageJava

--------------------------------------------------------------------------------

    SQLibrary, a Processing library that wraps around JDBC drivers to let
    you access MySQL, SQLite and PostgreSQL databases
    
--------------------------------------------------------------------------------

    Need to write something usefull here ...

--------------------------------------------------------------------------------

    Parts of this library are available under their own licenses. These are
    redistributed as downloaded from the original sources:
    
    MySQL Connector/J (JDBC driver)
    mysql-connector-java-3.1.8-bin.jar
    http://dev.mysql.com/downloads/connector/j/
    http://dev.mysql.com/downloads/connector/j/3.1.html
    GPL, http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    
    PostgreSQL JDBC driver
    postgresql-8.3-604.jdbc3.jar
    http://jdbc.postgresql.org/
    http://jdbc.postgresql.org/download.html
    BSD, http://jdbc.postgresql.org/license.html
    
    SQLite JDBC driver
    sqlitejdbc-v036-nested.jar
    sqlitejdbc-v053-pure.jar
    http://www.zentus.com/sqlitejdbc/
    BSD, http://www.zentus.com/sqlitejdbc/license.html

--------------------------------------------------------------------------------