Cloudflare/d1
@swamp/cloudflare/d1v2026.07.21.1
01README
Cloudflare d1 infrastructure models
02Release Notes
- Updated: database
03Models
@swamp/cloudflare/d1/databasev2026.07.21.1database.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| account_id | string | Cloudflare account ID |
| read_replication? | object | Configuration for D1 read replication. |
| jurisdiction? | enum | Specify the location to restrict the D1 database to run and store data. If this option is present, the location hint is ignored. |
| name | string | D1 database name. |
| primary_location_hint? | enum | Specify the region to create the D1 primary, if available. If this option is omitted, the D1 will be created as close as possible to the current user. |
| apiToken? | string | Cloudflare API token; overrides the CLOUDFLARE_API_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| apiKey? | string | Cloudflare API key for the legacy key+email auth path; overrides the CLOUDFLARE_API_KEY environment variable. Wire with a vault.get(...) expression. Requires email. |
| email? | string | Cloudflare account email for the legacy key+email auth path; overrides the CLOUDFLARE_EMAIL environment variable. Requires apiKey. |
fn create()
Create a Database
fn get(id: string)
Get a Database
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Database |
fn lookup()
Look up an existing Database by matching global argument values and import it into state
fn adopt(id: string)
Import an existing Database by ID into state for management
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Database to import |
fn update(identifier?: string)
Update Database attributes
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Database by id (e.g. one discovered by list) |
fn delete(id: string)
Delete the Database
| Argument | Type | Description |
|---|---|---|
| id | string | The ID of the Database |
fn sync(identifier?: string)
Sync Database state from Cloudflare
| Argument | Type | Description |
|---|---|---|
| identifier? | string | Target a specific Database by id (e.g. one discovered by list) |
Resources
state(infinite)— Database resource state
04Previous Versions
2026.07.18.2
Modified 1 models
2026.06.08.2
- Updated: database
2026.05.29.1
- Updated: database
2026.05.22.1
- Added: database
05Stats
A
100 / 100
Downloads
2
Archive size
11.7 KB
Verified by Swamp
- 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
06Platforms
07Labels