Function: getSchemaPath()

August 8, 2026 ยท View on GitHub

@plures/praxis


@plures/praxis / index / getSchemaPath

Function: getSchemaPath()

getSchemaPath(schemaName): string

Defined in: src/core/pluresdb/schema-registry.ts:18

Get the path for a schema in PluresDB

Parameters

schemaName

string

The schema name

Returns

string

The full PluresDB key path for the given schema

Contents

  1. 1Parameters
  2. 1.1schemaName
  3. 2Returns