createConnection abstract method
DatabaseConnection<DatabasePoolManager>
createConnection(
- covariant DatabasePoolManager poolManager
Creates a new DatabaseConnection for the given poolManager.
Implementation
DatabaseConnection createConnection(
covariant DatabasePoolManager poolManager,
);