Return the Admin db instance
()
| 308 | |
| 309 | /** Return the Admin db instance */ |
| 310 | admin(): Admin { |
| 311 | return new Admin(this); |
| 312 | } |
| 313 | |
| 314 | /** |
| 315 | * Returns a reference to a MongoDB Collection. If it does not exist it will be created implicitly. |
no outgoing calls
no test coverage detected