Connection options for OrientDbStore.
OrientDbStore
host/port locate the server; database/username/password open a session against a specific database. When a pre-built client (an open session) is supplied (e.g. in tests), connect() uses it directly and skips loading the orientjs driver.
host
port
database
username
password
client
connect()
orientjs
Optional
A pre-built OrientDB session to use instead of the driver.
Connection options for
OrientDbStore.host/portlocate the server;database/username/passwordopen a session against a specific database. When a pre-builtclient(an open session) is supplied (e.g. in tests),connect()uses it directly and skips loading theorientjsdriver.