Catalog and Schema Support
The Simba Neo4j JDBC Driver supports both catalogs and schemas to make it easy for the connector to work with various JDBC applications.
Databases are mapped to catalogs. Depending on the version of Neo4j Server, the connector supports the following databases:
- For Neo4j Server 4.x, you can specify which database to connect to. If you do not specify a database, the connector connects to the default database that is specified by the server.
The connector supports two schemas:
- Node: a schema containing all the nodes in the graph that the connector connects to.
- Relationship: a schema containing all the relationships in the graph that the connector connects to.
For information about how the connector maps node and relationship data to a standard relational table format, see Nodes and Relationships.