The following table summarizes connection properties involved in mapping a native data model to a relational data model.

Table 1. Mapping Properties
Property Characteristic
ConfigOptions Determines how the native data model is mapped to the relational data model when the driver first connects to the database.
CreateDB Determines whether the driver creates the internal files required for a relational view of the native data when establishing a connection.
DatabaseName Specifies the name of the database to which you want to connect. This value is used as the default qualifier for unqualified table names in SQL queries. Required for User/ID password authentication.
Important: This value is case-insensitive if you have access privileges to query the list of databases on the server. If you do not have access, this value is case-sensitive.
SchemaMap Specifies the name and location of the configuration file where the relational map of native data is written. The driver looks for this file when connecting to a MongoDB server. If the file does not exist, the driver creates one.

See also