Open nuhyurduseven opened 1 year ago
@nuhyurduseven indeed, java.sql.DatabaseMetaData#getCatalogs
is currently implemented to return an empty list.
Would you like to submit a PR to change org.neo4j.jdbc.bolt.BoltNeo4jDatabaseMetaData
so that it returns the result of the Cypher query SHOW DATABASES
?
Yes, I need to do this feature. But I don't use bolt
. I used neo4j
instead. I can send a feature request for this
Bolt
in the classname simply refers to the Bolt protocol, which "materializes" as the bolt
and neo4j
schemes in the connection URIs.
Expected Behavior
connecting to neo4j instance, need to see all dbs
Actual Behavior
connected to
neo4j
database without specify in connection stringHow to Reproduce the Problem
I want to connect neo4j instance with jdbc driver and see all database but I see only
neo4j
database. I am using dbeaver as database client. When I usejdbc:neo4j:neo4j:<host:port>
, I can not see all neo4j database.Versions