Returns the current primary database.
\Drupal\Core\Database\Connection The current active database's master connection.
public static function database() { return static::$container ->get('database'); }