We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs(benchmarks): rewrite with the new benchmark-suite results Per-op throughput + latency at 10k, offset-vs-keyset pagination, 1k->10k scaling, concurrency and memory, from the new benchmarkSuite() harness (median of 3). Refresh the methodology/run instructions and trim the future-work list (most items landed).
docs: fix wiki-links broken inside tables; ignore local CLAUDE.md Piped wiki-links [[Text|Page]] inside a Markdown table collide with the column separator, so the cell splits and the link renders as literal [[Text. Convert the in-table ones to Markdown links [Text](Page) (Home, H2, Project-Layout, Defining-Entities, Extending-the-Library). Add .gitignore for the local-only CLAUDE.md authoring notes.
docs(benchmarks): refresh numbers and note the ops/s fix landed
docs: bump version coordinates to 1.0.4
docs: add Benchmarks page (per-backend throughput + recommendations)
docs(manager): absorb cachedValues() and the add-on Maven snippet from the module README
docs(codecs): document JacksonConfig profiles and the enriched default mapper
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.
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).
Update wiki
manager: dirty tracking + write-back + parent registries (v1.0.3)
Bump Version to 1.0.2
Remove standalone module and make manager does not expose core module
wiki: rename example variable world -> refRegistry; tidy Ref.of and specs links Match the code: examples use 'refRegistry' (not 'world'); unbound refs shown as Ref.of(key, type, null) now the two-arg overload is gone; removed dead links to the no-longer-committed specs/. Legitimate domain examples (location.world, world_nether) left untouched.
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.
Initial Home page