Skip to content

History / Indexing and Queries

Revisions

  • Indexing & Queries: document Slice/Page, count, and keyset (cursor) pagination Add querySlice/queryPage/count and queryAfter/Cursor sections with the offset-vs-keyset decision callout, matching the implemented API.

    @EverNife EverNife committed Jun 25, 2026
  • Indexing & Queries: document ordering & pagination (QueryOptions) Add a section covering query(Query, QueryOptions): ascending/descending order, limit/offset pagination, Query.all(), and the cross-backend contract (orderBy must be a declared index, NULL sorts least, stable tie-break by key, limit(0) is unbounded, negatives rejected).

    @EverNife EverNife committed Jun 25, 2026
  • Update wiki

    @EverNife EverNife committed Jun 18, 2026
  • Add complete EveryDatabase dev-guide wiki Home, sidebar, footer, and every section page — Getting Started, Core Concepts, Working with Data, Backends, the Manager module (per-context RefRegistry), Operations, Advanced, Reference, and Contributing. Conventions in specs/SPEC_wiki.md; content grounded in the repo sources and reviewed for accuracy against them.

    @EverNife EverNife committed Jun 17, 2026