fromBinary MethodStatic @beta
Parse a binary blob into a SchemaView. Synchronous.
fromBinary(blob: Uint8Array, schemaToken?: string): SchemaView
| Parameter | Type | Description |
|---|---|---|
| blob | Uint8Array | The binary blob from PRAGMA schema_view. |
| schemaToken | string | Optional cache-invalidation token (schema name+version hash; see PRAGMA checksum(schema_token)). |
Returns - SchemaView
Defined in
Last Updated: 03 August, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.