Module: client
High-level ComposeDB client, based on the ComposeDB runtime
.
Installation
npm install @composedb/client
Classes
Type Aliases
ComposeClientParams
Ƭ ComposeClientParams: Object
Type declaration
Name | Type | Description |
---|---|---|
cache? | DocumentCache | Optional cache for documents. |
ceramic | CeramicApi | string | Ceramic client instance or HTTP URL. |
definition | RuntimeCompositeDefinition | Runtime composite definition, created using the Composite development tools. |
remoteExecutor? | Executor | Optional remote query executor. |
serverURL? | string | Optional query server URL. |