greetings -
I'm building a simple data utility that lets our team load data, browse it, do a vew simple views etc
this is not a commercial project, just a one-off that I'm trying to put together quickly
part of the use case is querying the data and I'm wondering why I should build a query tool from scratch
and another part of the use case is that it be an easy to install, all in one type tool
so, the question: why not just embed squirrel? using H2 as my database, also embedded
thanks
ps: if this just isnt possible w/ squirrel, does anyone have any ideas?
thanks
|