SNKV- Key value store based on sqlite b-tree engine
Overview There are many key‑value stores available, such as RocksDB and LevelDB. Even though SQLite is a SQL database, people often use it as a storage engine....
Overview There are many key‑value stores available, such as RocksDB and LevelDB. Even though SQLite is a SQL database, people often use it as a storage engine....
Problem When running tests with SQLite, MySQL‑specific functions such as FIELD cause a no such function error. SQLite does not include MySQL’s built‑in functio...
Overview Claude Code recently added HTTP hooks. Instead of shell scripts, you can point hook events at a URL. HookLab is a live dashboard that displays each ho...
Hey HN! We posted Rivet Actors here previously 1 as an open‑source alternative to Cloudflare Durable Objects. Today we’ve released SQLite storage for actors Apa...
'Cleaned‑up Markdown
SQLite has six layers: SQL parser → query planner → VDBE → B-tree → pager → OS SQLite architecturehttps://sqlite.org/arch.html. For key‑value workloads you only...
The Tech Stack I built a full‑stack financial dashboard to track budgets and spending, connecting a Python backend to a SQLite3 database and rendering the outp...
Overview micasa is a terminal UI that helps you track home‑related items in a single SQLite file—no cloud, no account, no subscription. Back up the file with a...
Introduction JavaScript runtimes have evolved rapidly. While Node.js dominated for over a decade, 2025‑2026 saw a massive shift toward Bun for high‑performance...
Agent Message Bus Born: Communication Infrastructure for 16 AI Agents When your AI Agent count grows from 3 to 16, communication becomes urgent business. Why a...
!Nucleus OShttps://media2.dev.to/dynamic/image/width=50,height=50,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fu...
tl;dr I tasked Claude, Codex, and Gemini to build a SQLite-like enginehttps://github.com/kiankyars/sqlite in Rust. - ~19k~ lines of code. - Parser, planner, vo...