MongoDB Support

erwin Data Modeler (DM) now supports MongoDB 4.x as a target database. This implementation supports the following objects:

  • Databases

  • Collection

    • Collation

  • Index

  • Relationships

  • User IDs

    • Roles

  • View

The following table lists the supported data types:

Numeric

String Literals

Date and Time

Other

  • double

  • binary

  • int

  • integer

  • boolean

  • minKey

  • maxKey

  • long

  • decimal

  • string

  • date

  • timestamp

  • object

  • array

  • null

  • objectId

  • regex

  • code