Expand description

The MongoDB Schema describer.

A common place to query all the possible schema data we can from a MongoDB instance.

Structs

Enums

Functions

  • Describe the contents of the given database. Only bothers about the schema, meaning the collection names and indexes created. Does a bit of magic to the indexes, so if having a full-text index, the field info is sanitized for Prisma’s use cases. We do not return _fts or _ftsx fields, replacing them with the actual fields used to build the full-text index.
  • Get the version.