Association between Projects and DBMS

Is there any way to get the association between Projects and DBMS with the .NET driver?

Just as an example, this is the default path for a project in file explorer:

Neo4j\projects\project-93cd8e48-9883-4eeb-a35f-427dc36dec52

When im trying to find what dbms is associated to this project, I only see a list of ALL dbms here (no connection to which project its in):

\Neo4j\relate-data\dbmss\

I can't find an association in the relevant JSON files either.

I would really appreciate any help.

Perhaps the relate cli can provide you that.

https://github.com/neo4j-devtools/relate/blob/master/packages/cli/README.md

Nice! we will look into that, thanks..