createConnection abstract method

DatabaseConnection<DatabasePoolManager> createConnection(
  1. covariant DatabasePoolManager poolManager
)

Creates a new DatabaseConnection for the given poolManager.

Implementation

DatabaseConnection createConnection(
  covariant DatabasePoolManager poolManager,
);