Login  Register

Using sqlite / sqljet in ImageJ

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Using sqlite / sqljet in ImageJ

Jan Eglinger
Dear all,

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.

Thanks for any hints,
Jan

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Using sqlite / sqljet in ImageJ

dscho
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