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

    • Overview
  • Library

    • Getting started
    • Array
    • Result
    • Dependency injection
    • Resource management
    • Task
    • Type
    • Conventions
  • Local-first

    • Getting started
    • Playgrounds
    • Examples
    • Owners
    • Relay
    • Migrations
    • Time travel
    • Indexes
    • Protocol
    • Privacy
    • FAQ
  • Other

    • API reference
    • Comparison
    • Showcase
    • Changelog

API reference › @evolu/common › Sqlite › SqliteSchema

Defined in: packages/common/src/Sqlite.ts:520

Full schema metadata for a Sqlite database.

Includes table-column mappings and user-visible indexes.

Extends

  • InferType<typeof SqliteSchema>

Properties

indexes

indexes: readonly Readonly<{
  name: string;
  sql: string;
}>[];

Inherited from

SqliteSchema.indexes


tables

tables: Readonly<Record<string, ReadonlySet<string>>>;

Inherited from

SqliteSchema.tables

Markdown for LLMs

© 2026 Evolu

Follow us on GitHubFollow us on XJoin our Discord server