Skip to content

Core API

LinkedQL exposes a small, stable application-facing API across its runtimes.


Methods

MethodDescriptionDocs
db.query()Execute a query and return the full resultQuery API
db.stream()Execute a query as a streaming result setStream API
db.transaction()Execute multiple operations within a transactionTransaction API
db.wal.subscribe()Subscribe to database change eventsSubscription API

Concepts

AreaDescriptionDocs
LanguageLinkedQL syntax and query capabilitiesLanguage Surface
RealtimeStreaming and live data behaviorRealtime Capabilities
GuidesUsage patterns and integration examplesCore Guides

MIT Licensed