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.