Skip to main content

Cloudflare/hyperdrive

@webframp/cloudflare/hyperdrivev2026.07.19.1· 6d agoMODELS
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.

03Models1
@webframp/cloudflare/hyperdrivev2026.07.19.1cloudflare/hyperdrive.ts

Global Arguments

ArgumentTypeDescription
apiTokenstringCloudflare API token
accountIdstringCloudflare account ID
fn list_hyperdrive(page?: number, per_page?: number)
List Hyperdrives
ArgumentTypeDescription
page?numberPage number of paginated results.
per_page?numberMaximum 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
ArgumentTypeDescription
caching?unknown
created_on?stringDefines the creation time of the Hyperdrive configuration.
modified_on?stringDefines the last modified time of the Hyperdrive configuration.
mtls?unknown
nameunknown
originunion
origin_connection_limit?unknown
fn get_hyperdrive(hyperdrive_id: string)
Get Hyperdrive
ArgumentTypeDescription
hyperdrive_idstringThe 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
ArgumentTypeDescription
hyperdrive_idstringThe unique identifier of the Hyperdrive configuration.
caching?unknown
created_on?stringDefines the creation time of the Hyperdrive configuration.
modified_on?stringDefines the last modified time of the Hyperdrive configuration.
mtls?unknown
nameunknown
originunion
origin_connection_limit?unknown
fn patch_hyperdrive(hyperdrive_id: string, caching?: unknown, mtls?: unknown, name?: unknown, origin?: union, origin_connection_limit?: unknown)
Patch Hyperdrive
ArgumentTypeDescription
hyperdrive_idstringThe 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
ArgumentTypeDescription
hyperdrive_idstringThe 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