attachDatabasePool method

void attachDatabasePool(
  1. Object dbPool
)

Registers a database pool so the host can manage its lifecycle.

Implementation

void attachDatabasePool(Object dbPool) {
  vercelAttachDatabasePool(_helpers, dbPool);
}