Synclets logoSynclets

DataConnector type aliases

DataConnectorImplementations

The DataConnectorImplementations type lists the async functions required to read and write Atoms. Read more.

DataConnectorOptimizations

The DataConnectorOptimizations type lists optional bulk operations a connector can implement to improve performance. Read more.

DataConnectorOptions

The DataConnectorOptions type describes the base options for creating a data connector. Read more.

Atom

The Atom type enumerates the primitive scalar values that can be stored at leaf addresses in the data tree: string, number, boolean, null, or the special UNDEFINED constant (used to represent JavaScript's undefined). Complex objects and arrays cannot be stored directly as Atoms and must be decomposed into scalar values. Read more.

Atoms

The Atoms type maps the final part of an address to individual Atom values. Read more.

Data

The Data type represents the recursive tree of Atoms and nested maps that make up Synclet data. Read more.