cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Sigma JS not connecting to non-default db

Hi,
I am using Sigma Js for displaying the graph in UI.

I have multiple database in my neo4j instance. By default it is connecting to default db.
I need to connect to another db in the same instance. Please let me know which configuration can I use for sigma to connect to non-default db.

Thanks.

1 REPLY 1

conker84
Graph Voyager

Hi @abhi.abhishekkhurana
can you try with?

const session = driver.session({
  database: 'foo'
})