Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/breakwater
index
IdempotencyDatabase
Interface IdempotencyDatabase
The subset of D1Database this store uses.
interface
IdempotencyDatabase
{
prepare
(
query
:
string
)
:
IdempotencyStatement
;
}
Index
Methods
prepare
Methods
prepare
prepare
(
query
:
string
)
:
IdempotencyStatement
Prepare a SQL statement.
Parameters
query
:
string
Returns
IdempotencyStatement
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
prepare
Documentation
GitHub
Anchorage API reference
Loading...
The subset of D1Database this store uses.