method DBAdapter.close DBAdapter.close(): Promise<void> Release the connection back to its source (e.g., pool). For pooled connections, this returns the client to the pool. For single connections, this may close the underlying connection. Return Type Promise<void>