##yourLibrary##
a library for the programming environment processing.
last update, ##date##.
SQLibrary lets you communicate with a MySQL, PostgreSQL or SQLite databases.
please note: working with a remote database in a plublicly accessible applet is highly insecure.
Download
Get ##yourLibrary## version ##versionNumber## in .zip format
Installation
Before trying to use this library with any database make sure you have that up and running. the library is just a wrapper to help connect to already installed and running databases (MySQL, SQLite, PostgreSQL).
Installation in Processing 2.0 should be as easy as opening the "Library Manager" from the menu at:
Sketch > Import Library ... > Add Library ... > (select ##yourLibrary## and click "install")
Manual installation (Processing 1.5 and earlier):
- Quit processing
- Find your sketchbook folder, see second paragraph here
- Add a folder called libraries (lowercase) to your sketchbook if its not already there
- Move the ##yourLibrary##-##versionNumber##.zip into that libraries folder
- Unzip it in place
- Rename it to ##yourLibrary##
- Start processing and run one of the included examples to see if the lib is working
Keywords: ##keywords##
Documentation is online here and included in the download.
Source is located here and included in the download.
Bugs, issues, requests can be added at located Github.
Examples
find a list of examples in the current distribution of ##yourLibrary##, or have a look at them by following the links below.
-
##examples##
Tested on ...
Platform osx
Processing 2.0b
Dependencies mysql, sqlite and postgresql jdbc drivers (all included)