Hi Jan,
On Wed, 28 Nov 2012, Jan Eglinger wrote:
> has anyone been using the sqljet library (
http://sqljet.com/ ) with
> ImageJ to create and access sqlite files? I am interested in storing
> data in sqlite files and was wondering if I can find an example
> implementation in an ImageJ script or plugin anywhere.
The site's page
http://www.sqljet.com/tutorial.html seems to be quite
informative. However, keep in mind that SQLJet is not meant to provide an
SQL interface, so you lose the convenience to make sophisticated queries
without implementing them manually in Java.
On the upside, SQLJet is easily integrated into any project because it is
available from a Maven repository.
Ciao,
Johannes
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html