• 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

    • Examples
    • Protocol
    • Relay
    • Owner
    • Indexes
    • Migrations
    • Patterns
    • Time travel
    • Privacy
    • FAQ
  • Other

    • API reference
    • Comparison
    • Showcase
    • 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