What I wanted is to publish a sqlite database to a site as non-client file, then I can query it using session relevance. In order to refer to the sqlite I need to have a path to its folder. Is there a way to get this folder in session relevance?
Or is there better approach to host and query the sqlite database?
I don’t think you can query a sqlite db in session relevance at all. You could put a sqlite db on every client and have the client query the database into a property result and then access that result through session relevance.
Thank you so much James and Garret for your replies.
The use case is that I would need to query some info from a sqlite file, and that piece of info can then be used to query Fixlets using session relevance. I am afraid putting it to client doesn’t solve the issue as this need to happen in console.
I guess my original target is not possible, will try querying the file first, and dynamically construct respective session relevance. Will also try the REST API approach by Garret.
If you want to use the file in the Console then the latest console has a new API to allow use of REST API.
I’ll dig out the details and add to this post when I get them.
… So here’s the Console API, which should be in 9.2.5+