methodSQL.endend(options?: { timeout: number }): Promise<void>;Closes the database connection. Alias of SQL.close.@param optionsOptional timeout in secondsawait sql.end({ timeout: 1 });