(schema)
| 15 | return { |
| 16 | name: "mongodb", |
| 17 | createORM(schema) { |
| 18 | return fromMongoDB(schema, options.client); |
| 19 | }, |
| 20 | createMigrationEngine() { |
| 21 | return createMongoDBMigrator(this, options.client); |
| 22 | }, |
nothing calls this directly
no test coverage detected