Hi Nikhil,

Good to hear. To get this sorted: Your problems with Linux seem to be resolved?

> Creating document is working fine but is unable to insert the data inside the 
> db while using it from springboot application :
> …
> result = connection.query(query);

You are creating a query instance, but you are not executing it. See
e.g. [1] for an example.

Best
Christian

[1] 
https://github.com/BaseXdb/basex/blob/master/basex-examples/src/main/java/org/basex/examples/api/QueryBindExample.java

Reply via email to