You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by Guo Du <mr...@gmail.com> on 2010/02/16 12:19:05 UTC

Re: Jackrabbit Apache Derby Database 'Vacuum'

On Tue, Feb 16, 2010 at 10:43 AM,  <ge...@bt.com> wrote:
> I just now need to know how I access the embedded apache derby database
> using the apache derby ij tool -
> http://db.apache.org/derby/docs/10.2/tools/tools-single.html.
>
> Does anyone have any details on how to do this?

A GUI tools is much more easier to work with database:
http://squirrel-sql.sourceforge.net/

First you need add derby driver to the squirrel-sql.

Then create a jdbc connections like (may adjust to your repository
configuration):
jdbc:derby:/PATH_TO_YOUR_REPO_ROOT/workspaces/YOUR_WORKSPACE_NAME/db

Good luck!

-Guo