Hello,
I'm building a web app using Node js and express.
I'm able to get the result of queries using rest api and javascript driver but
I want to kwow how to get the result of a query on system database using these methods.
Find attach the code that ...