• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

joaoh82 / rust_sqlite / 25967809673
69%

Build:
DEFAULT BRANCH: main
Ran 16 May 2026 05:08PM UTC
Jobs 1
Files 61
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

16 May 2026 05:03PM UTC coverage: 68.778%. Remained the same
25967809673

push

github

web-flow
feat(examples): SQLR-40 Node.js MCP-powered notes assistant (#141)

Adds `examples/nodejs-notes/` — a Node.js CLI that ingests a folder
of markdown notes into SQLRite, then exposes the database to Claude
Desktop (or any MCP client) via `sqlrite-mcp --read-only`. End user
effect: `sqlrite-notes init ~/Documents/notes` + one block of JSON
into Claude Desktop's config, then ask Claude about your notes.

Hits two of the engine's most distinctive features end-to-end:
hybrid HNSW + BM25 retrieval (the canonical fused `ORDER BY` shape
from `docs/fts.md`) and the first-party MCP server. Default
embedder is a deterministic offline hash bag-of-words so the demo
works fully offline; `--embedder openai` switches to
`text-embedding-3-small` for real semantic recall.

Surfaced engine bug SQLR-8 during the `refresh` flow — HNSW panics
on DELETE + INSERT within the same connection — and worked around
it by splitting ingest into delete-phase → close/reopen →
insert-phase. The reopen hop only runs when there are actual
deletions, so first-time `init` skips it. README "Known
limitations" documents it.

Tests: 40 unit + integration tests via `node:test`, all passing
against the prebuilt `@joaoh82/sqlrite@^0.10.0` napi-rs binding.
Integration tests skip cleanly when the binding isn't installed.

Cross-references updated: top-level README points at both
SQLR-39 (python-agent) and SQLR-40 (nodejs-notes) under "End-to-end
example apps"; `examples/README.md` gains a Node.js notes
assistant section; `web/src/app/examples/page.tsx` adds a card for
the new example with the right feature tags and structured-data
entry.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

11151 of 16213 relevant lines covered (68.78%)

1.24 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25967809673.1 16 May 2026 05:08PM UTC 61
68.78
GitHub Action Run
Source Files on build 25967809673
  • Tree
  • List 61
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • a31fb066 on github
  • Prev Build on main (#25965715081)
  • Next Build on main (#26390306423)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc