• Blog
  • Changelog
  • Follow us on GitHubFollow us on XJoin our Discord server
  • Blog
  • GitHub
  • Releases
  • Getting Started

    • Quickstart
  • Library

    • Result
    • Type
    • Dependency Injection
    • Conventions
  • Local-First

    • How It Works
    • Indexes
    • Migrations
    • Patterns
    • Time travel
    • Examples
  • Other

    • API Reference
    • Comparison
    • Showcase
    • FAQ
    • Changelog

API Reference / @evolu/common / Evolu/Internal / serializeQuery

Function: serializeQuery()

function serializeQuery<R>(query): Query<R>;

Defined in: packages/common/src/Evolu/Query.ts:46

Evolu serializes SqliteQuery into a string to be easily used as a key and for comparison.

Type Parameters

Type Parameter
R extends Row

Parameters

ParameterType
querySqliteQuery

Returns

Query<R>

Was this page helpful?

© Copyright 2025. All rights reserved.

Follow us on GitHubFollow us on XJoin our Discord server