Implementation of DatabaseAdapter for MongoDB
Constructor for MongoDB adapter
The metadata registry to use for schema information
The MongoDB connection string
Readonly
Name of the database type (Neo4j, MongoDB, PostgreSQL, etc.)
Delete an entity from MongoDB
Query for a single entity by criteria
Query for multiple entities by criteria
Execute a raw MongoDB command
Optional
Save an entity to MongoDB
Implementation of DatabaseAdapter for MongoDB