Cloudflare/hyperdrive
@webframp/cloudflare/hyperdrivev2026.07.19.1
01README
Cloudflare Hyperdrive — database connection pooling configurations
02Release Notes
2026.07.19.1
Added: Initial code-generated release of @webframp/cloudflare/hyperdrive with 6 methods covering the Cloudflare hyperdrive API surface.
03Models
@webframp/cloudflare/hyperdrivev2026.07.19.1cloudflare/hyperdrive.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| apiToken | string | Cloudflare API token |
| accountId | string | Cloudflare account ID |
fn list_hyperdrive(page?: number, per_page?: number)
List Hyperdrives
| Argument | Type | Description |
|---|---|---|
| page? | number | Page number of paginated results. |
| per_page? | number | Maximum number of results per page. |
fn create_hyperdrive(caching?: unknown, created_on?: string, modified_on?: string, mtls?: unknown, name: unknown, origin: union, origin_connection_limit?: unknown)
Create Hyperdrive
| Argument | Type | Description |
|---|---|---|
| caching? | unknown | |
| created_on? | string | Defines the creation time of the Hyperdrive configuration. |
| modified_on? | string | Defines the last modified time of the Hyperdrive configuration. |
| mtls? | unknown | |
| name | unknown | |
| origin | union | |
| origin_connection_limit? | unknown |
fn get_hyperdrive(hyperdrive_id: string)
Get Hyperdrive
| Argument | Type | Description |
|---|---|---|
| hyperdrive_id | string | The unique identifier of the Hyperdrive configuration. |
fn update_hyperdrive(hyperdrive_id: string, caching?: unknown, created_on?: string, modified_on?: string, mtls?: unknown, name: unknown, origin: union, origin_connection_limit?: unknown)
Update Hyperdrive
| Argument | Type | Description |
|---|---|---|
| hyperdrive_id | string | The unique identifier of the Hyperdrive configuration. |
| caching? | unknown | |
| created_on? | string | Defines the creation time of the Hyperdrive configuration. |
| modified_on? | string | Defines the last modified time of the Hyperdrive configuration. |
| mtls? | unknown | |
| name | unknown | |
| origin | union | |
| origin_connection_limit? | unknown |
fn patch_hyperdrive(hyperdrive_id: string, caching?: unknown, mtls?: unknown, name?: unknown, origin?: union, origin_connection_limit?: unknown)
Patch Hyperdrive
| Argument | Type | Description |
|---|---|---|
| hyperdrive_id | string | The unique identifier of the Hyperdrive configuration. |
| caching? | unknown | |
| mtls? | unknown | |
| name? | unknown | |
| origin? | union | |
| origin_connection_limit? | unknown |
fn delete_hyperdrive(hyperdrive_id: string)
Delete Hyperdrive
| Argument | Type | Description |
|---|---|---|
| hyperdrive_id | string | The unique identifier of the Hyperdrive configuration. |
Resources
hyperdrive(infinite)— List Hyperdrives
patch_hyperdrive(infinite)— Patch Hyperdrive
04Stats
A
100 / 100
Downloads
0
Archive size
5.9 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels