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

joaoh82 / rust_sqlite / 24884678198
69%

Build:
DEFAULT BRANCH: main
Ran 24 Apr 2026 10:27AM UTC
Jobs 1
Files 29
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

24 Apr 2026 10:23AM UTC coverage: 66.922%. Remained the same
24884678198

push

github

web-flow
docs: refresh design-decisions.md for Phase 3c–6e state of the world (#24)

The original doc was written somewhere around Phase 3a–3b and
never updated as the engine grew. Most glaringly:

  - Decision #10 still said "No transactions yet" — Phase 4f
    landed real BEGIN/COMMIT/ROLLBACK with snapshot-based
    rollback months ago.
  - Decision #5 ("bincode for on-disk encoding") called Phase
    3c a "future refactor" — it shipped; bincode is gone from
    Cargo.toml entirely.
  - Decision #3 ("Single-file database") promised the WAL for
    "Phase 4" as if it were distant — it's live, the sidecar
    `.sqlrite-wal` is the default commit path.
  - Decision #6 predicted an LRU page cache in Phase 3d that
    didn't actually happen (still whole-file-in-RAM today).
  - Decision #4 ("Header written last on save") said "Once WAL
    lands this becomes obsolete" — partly right; both paths
    still exist for different call sites.

Also missing: every architectural decision that shipped after
Phase 3b — cell-based encoding (3c), B-Tree structure (3d),
secondary indexes as separate B-Trees (3e), POSIX flock for
concurrency (4a/4e), WAL frames + checkpointer (4b–4d),
snapshot-based rollback (4f), engine lib-plus-bin split (2.5 /
5a), Arc<Mutex> for Send+Sync (2.5), SDKs layered over a single
C FFI shim (5b–5g), WASM crate outside the workspace, lockstep
versioning (6), two-workflow release flow (6d), and the
`sqlrite-engine` crate-name workaround (crates.io had `sqlrite`
taken).

Rewrite the whole doc:

  - Group decisions by layer (Parser / Storage / Concurrency &
    durability / Query execution / Packaging / Process) so a
    reader can find what they need without scrolling through
    chronological noise.
  - Every decision now has Decision / Why / Cost as a
    consistent structure, with optional Artifact or Design
    detail blocks for the things that matter.
  - 22 decisions total, up from 11.
  - New "Still to decide" section captures known debt: case
... (continued)

4012 of 5995 relevant lines covered (66.92%)

1.23 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24884678198.1 24 Apr 2026 10:27AM UTC 29
66.92
GitHub Action Run
Source Files on build 24884678198
  • Tree
  • List 29
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 61d8d10a on github
  • Prev Build on main (#24883822865)
  • Next Build on main (#24885526024)
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