Skip to main content

Module functions

Module functions 

Source
Expand description

SQLite custom functions for knowledge graph operations.

Note: Due to limitations in the rusqlite function context API (cannot access the connection from scalar functions), the SQL functions are provided as a convenience layer. For full functionality, use the KnowledgeGraph Rust API directly.

Functionsยง

register_functions
Register all knowledge graph custom functions with SQLite.