* Gets the Driver instance used by this EntityManager. * Driver is singleton, for one MikroORM instance, only one driver is created.
()
| 156 | * Driver is singleton, for one MikroORM instance, only one driver is created. |
| 157 | */ |
| 158 | getDriver(): Driver { |
| 159 | return this.driver; |
| 160 | } |
| 161 | |
| 162 | /** |
| 163 | * Gets the Connection instance, by default returns write connection |
no outgoing calls
no test coverage detected