Mapping native objects
- Last Updated: October 28, 2020
- 3 minute read
- DataDirect Connectors
- ODBC
- MongoDB 8.0
- Documentation
You can map native objects in your relational schema when you first create a schema definition or after you have already created one. In either case, this process is carried out through the Schema Tool Native View dialog.
This following example shows how the
residents collection has been flattened into the relational RESIDENTS table.Note: See "Mapping
objects to tables" in the driver documentation for details on how the Schema
Tool flattens data.
This following example shows how the
residents collection has been normalized into a set of parent-child
tables.Note: See
"Mapping objects to tables" in the driver documentation for details on how the
Schema Tool normalizes data.