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

joaoh82 / rust_sqlite
70%

Build:
DEFAULT BRANCH: main
Repo Added 17 Feb 2021 10:23AM UTC
Files 62
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

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • bench-9.1-harness
  • bench-9.2-group-a
  • bench-9.3-group-b
  • bench-9.4-group-c
  • bench-9.5-duckdb
  • bench-9.6-publication
  • bench-plan-sqlr-4
  • chore/bump-displayed-version-0.12.0
  • chore/v0.14.0-docs-playground
  • claude/exciting-sanderson-31d3c9
  • cleanup/engine-stdout-pollution
  • docs-sweep-pre-release
  • docs-version-0.13.0
  • docs/ask-feature-and-backend-examples
  • docs/phase-6-completion-sweep
  • docs/phase-7-proposal
  • docs/refresh-design-decisions
  • docs/supported-sql-reference
  • feat/alter-drop-tables
  • feat/blog-syntax-highlight-sqlr-44
  • feat/desktop-ask-button
  • feat/fts-algorithms
  • feat/fts-docs
  • feat/fts-hybrid-example
  • feat/fts-mcp-tool
  • feat/fts-persistence
  • feat/fts-sql-integration
  • feat/go-sdk-ask
  • feat/hnsw-ann-index
  • feat/hnsw-persistence
  • feat/hnsw-probe-cosine-dot
  • feat/hnsw-sql-integration
  • feat/json-column-type
  • feat/knn-bounded-heap
  • feat/nodejs-sdk-ask
  • feat/publish-desktop
  • feat/publish-go
  • feat/publish-nodejs
  • feat/publish-python
  • feat/publish-wasm
  • feat/python-sdk-ask
  • feat/release-engineering
  • feat/repl-ask-command
  • feat/sql-joins
  • feat/sqlr-23-prepare-cache-bind
  • feat/sqlr-3-group-by-aggregates
  • feat/sqlr-32-seo-foundation
  • feat/sqlr-41-desktop-journal
  • feat/sqlrite-ask-crate
  • feat/vector-column-type
  • feat/vector-distance-functions
  • feat/wasm-sdk-ask
  • feat/web-mobile-responsive
  • feat/web-posthog-analytics
  • feat/website-sqlr-1
  • fix-release-pr-exclude-journal
  • fix/bump-script-bench-pin
  • fix/hnsw-delete-reinsert
  • fix/macos-quarantine-release-notes
  • fix/nodejs-oidc-provenance-flag
  • fix/nodejs-oidc-publish
  • fix/npm-package-rename-scoped
  • fix/release-detect-squash-suffix
  • fix/release-publish-order
  • fix/rename-crate-to-sqlrite-engine
  • fix/sqlr-1-create-index-multi-page
  • fix/sqlr-15-fts-qualifier-validation
  • fix/sqlrite-ask-engine-version-req
  • phase-7h-mcp-server
  • phase-8-plan
  • playground-wasm-sqlr6
  • release-v0.12.0
  • release/v0.1.1
  • release/v0.10.1
  • release/v0.2.0
  • release/v0.3.0
  • release/v0.5.1
  • release/v0.6.0
  • sqlr-10-auto-vacuum-trigger
  • sqlr-10-create-table-if-not-exists
  • sqlr-12-idempotent-publish
  • sqlr-13-docs-trusted-publisher
  • sqlr-13-pragma-dispatcher
  • sqlr-14-single-table-qualifier-validation
  • sqlr-2-single-table-unknown-column
  • sqlr-25-bench-v2-republish
  • sqlr-33-seo-keywords-onpage
  • sqlr-34-blog
  • sqlr-36-docs-seo-llms
  • sqlr-39-python-agent
  • sqlr-40-nodejs-mcp-notes
  • sqlr-42-wasm-playground
  • sqlr-43-go-collector
  • sqlr-58-pin-binaryen
  • sqlr-6-freelist-vacuum
  • sqlr-6-join-aggregates
  • sqlr-64-publish-sqlrite-notes
  • sqlr-7-is-null
  • sqlr-70-desktop-settings
  • sqlr-72-website-favicon
  • sqlr-9-bump-version-inter-workspace-pins
  • sqlr-bump-site-version-0.11.0
  • sqlr-fix-bump-journal
  • sqlr-fix-crate-package-size
  • sqlr5-join-using-natural-cross
  • worktree-phase-10-1-multi-conn
  • worktree-phase-11-11a-repl-spawn
  • worktree-phase-11-11b-bench
  • worktree-phase-11-11c-go-sibling
  • worktree-phase-11-12-docs
  • worktree-phase-11-2-logical-clock
  • worktree-phase-11-3-mvstore
  • worktree-phase-11-4-begin-concurrent
  • worktree-phase-11-5-read-path
  • worktree-phase-11-6-gc
  • worktree-phase-11-7-sdk-busy
  • worktree-phase-11-8-multi-handle-sdk
  • worktree-phase-11-9-wal-durability
  • worktree-release-fix-hygiene
  • worktree-sql-having
  • worktree-web-v010-launch

14 Jun 2026 09:58PM UTC coverage: 69.712%. Remained the same
27513316970

push

github

web-flow
feat(web): docs SEO + LLM-discoverability — llms.txt, Pagefind search, FAQ JSON-LD, docs events (SQLR-36) (#172)

- /llms.txt (curated index) + /llms-full.txt (full docs+blog markdown) +
  /docs.md (raw-markdown docs), all force-static, referenced from a
  hand-rolled /robots.txt route (replaces the typed robots.ts)
- Pagefind docs search: postbuild index of .next/server/app scoped via
  data-pagefind-body, custom dark-themed UI on /docs
- Heading anchors: H2 helper on /docs, rehype-slug + autolink on blog MDX
- Blog articles: on-page ToC (>600 words), tag-ranked related posts
- /docs: Related footer (5 links) + helpful-vote widget
- Landing FAQ: 8 h3/p pairs mirrored into FAQPage JSON-LD
- PostHog custom events: docs-search-query, docs-helpful-vote (no-op
  without NEXT_PUBLIC_POSTHOG_KEY)
- Fixed the one bare code fence (ASCII diagram -> ```text)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>

11913 of 17089 relevant lines covered (69.71%)

1.26 hits per line

Relevant lines Covered
Build:
Build:
17089 RELEVANT LINES 11913 COVERED LINES
1.26 HITS PER LINE
Source Files on main
  • Tree
  • List 62
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
27513316970 main feat(web): docs SEO + LLM-discoverability — llms.txt, Pagefind search, FAQ JSON-LD, docs events (SQLR-36) (#172) - /llms.txt (curated index) + /llms-full.txt (full docs+blog markdown) + /docs.md (raw-markdown docs), all force-static, referenced... push 14 Jun 2026 10:02PM UTC web-flow github
69.71
27398481475 main fix(web): add favicon set — /favicon.ico no longer 404s (SQLR-72) (#171) Adds the Next 15 app-dir icon files: icon.svg (the orange play-glyph brand mark from og.tsx / .brand-mark), favicon.ico (16/32/48 PNG-in-ICO raster so direct /favicon.ico re... push 12 Jun 2026 06:23AM UTC web-flow github
69.71
27376970496 main docs(release): bump displayed version to 0.14.0 + refresh playground WASM (#170) Post-release chores for v0.14.0, mirroring #163/#165: - install snippets (README, docs/ask.md, docs/embedding.md) 0.13 -> 0.14 - site displayed version (web/src/lib/... push 11 Jun 2026 09:02PM UTC web-flow github
69.71
27375934148 main release: v0.14.0 (#169) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> push 11 Jun 2026 08:43PM UTC web-flow github
69.71
27375296580 main fix(sql): validate table qualifiers in FTS function column args (SQLR-15) (#168) fts_match() / bm25_score() extract their column argument syntactically (they need the column name to find the index, not its value), so the qualifier never passed th... push 11 Jun 2026 08:31PM UTC web-flow github
69.71
27352820846 main fix(sql): validate table qualifiers in single-table scope (SQLR-14) (#167) SingleTableScope now carries the user-visible scope name (FROM alias when declared, else the table name) and rejects any other qualifier with the same unknown-table-qualif... push 11 Jun 2026 02:13PM UTC web-flow github
69.66
27337454650 main fix(sql): error on unknown columns in single-table scope (SQLR-2) (#166) SingleTableScope::lookup silently returned Value::Null for any column not in the schema (legacy eval_expr behavior), while JoinedScope errors. Net effect: a typo'd column in... push 11 Jun 2026 09:35AM UTC web-flow github
69.52
27304379621 main chore(playground): refresh vendored WASM bundle with SQLR-6 engine (#165) Rebuild sdk/wasm (wasm-pack --target web --release) against the engine at 79eff1d so the /playground exposes aggregates / GROUP BY / DISTINCT / HAVING over JOIN results. On... push 10 Jun 2026 08:35PM UTC web-flow github
69.51
27271476638 main feat(sql): aggregates / GROUP BY / DISTINCT / HAVING over JOIN results (SQLR-6) (#164) Generalize the SQLR-3 aggregation pipeline from (table, rowid) to the RowScope trait, so the joined row stream feeds the same accumulator the single-table path... push 10 Jun 2026 11:01AM UTC web-flow github
69.51
27256492073 main docs(release): bump displayed version to 0.13.0 (site + install snippets) (#163) * docs(release): bump displayed version to 0.13.0 (site + install snippets) Same shape as #160 for v0.12.0: the Cargo install snippets in README, docs/ask.md, and d... push 10 Jun 2026 06:03AM UTC web-flow github
69.26
See All Builds (347)
  • Repo on GitHub
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