Login  Register

Re: Using sqlite / sqljet in ImageJ

Posted by dscho on Nov 28, 2012; 6:08pm
URL: http://imagej.273.s1.nabble.com/Using-sqlite-sqljet-in-ImageJ-tp5000989p5000990.html

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