VERSION
All functions > METADATA > VERSION
Returns the version of the featuremesh registry.
Signatures
Returns: The version string of the FeatureMesh registry
VERSION() → VARCHAR sql
| Parameter | Type | Required | Description |
|---|
Notes
- Returns the current version of the FeatureMesh registry
- Useful for debugging and compatibility checking
- Returns a semantic version string (e.g., '0.0.1')
- Part of the FeatureMesh constant functions
On this page