Difference between revisions of "Tutorial: SQLite and Processing, Part I"

From dftwiki3
Jump to: navigation, search
Line 4: Line 4:
 
<br/>
 
<br/>
 
<bluebox>
 
<bluebox>
This is a simple series of steps to get something going with SQLite and Processing.  It is based on the library available from [http://bezier.de/processing/libs/sql/#download  bezier.de/processing/libs/sql/#download], which is available [[media:SQLibrary-0.1.0.zip.data | here]] for redundancy (remove .data extension from file before unzipping).
+
This is a simple series of steps to get something going with SQLite and Processing.  It is based on the library available from [http://bezier.de/processing/libs/sql/#download  bezier.de/processing/libs/sql/#download], which is available [[media:SQLibrary-0.1.0.zip | here]] for redundancy.
 
</bluebox>
 
</bluebox>
  

Revision as of 13:49, 30 June 2011

--D. Thiebaut 14:41, 30 June 2011 (EDT)



This is a simple series of steps to get something going with SQLite and Processing. It is based on the library available from bezier.de/processing/libs/sql/#download, which is available here for redundancy.