getInternalDb method

PostgreSQLConnection? getInternalDb()

This should only be used when a custom function is necessary, which forces to use the method from the moor database.

Implementation

PostgreSQLConnection? getInternalDb() {
  return _db;
}