Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
06-22-2021 02:41 AM
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 I used to execute my queries on the other databases.
Thanks.
06-23-2021 04:35 PM
You need to connect to the system
database when you create your session, passs in the database name here.
06-24-2021 03:24 AM
Thanks , but I've done it.
My problem is how to get the result of a query in a system database. In my default database, I use record._fields[0].properties.property_name to get a property from the database. I run a query to get users and roles from the system database but I don't know how to get and use it in my code.
06-25-2021 11:58 PM
Run eg show users
As a command
All the sessions of the conference are now available online