How to connect to the database used by SDK?

Hi,

I have followed the documents and created some custom document type, deployed and tested on SDK.

I'm interested in what the data look like in the database used by SDK. What database SDK is using and how do I connect to it?

Thanks!

Bing

0 votes

1 answers

1528 views

ANSWER



The default database use by the SDK and standard Nuxeo distribution is h2, albeit an old version (1.1.114). You can connect to it when the sever is shut down by pointing a h2 client to $NUXEO/nxserver/data/h2/nuxeo.

1 votes