Coding and Queries
This section covers the programming interfaces and query languages available in Curiosity Workspace for customizing behavior and accessing data.
In this section
Code Editor
The in-workspace C# editor — completion, hover docs, formatting, inline compile errors, and the side-by-side diff view.
Graph
Thread-safe access to the graph database, with deadlock prevention. Replaces the older SafeGraph API.
Querying the Graph
Fluent IQuery interface for graph queries, filtering data, and traversing relationships.