sqlite

Tag

Cards List
#sqlite

SQLite with a Fine-Toothed Comb

Lobsters Hottest · yesterday Cached

John Regehr describes using tis-interpreter to search for undefined behavior in SQLite, finding bugs like dangling pointer uses and uninitialized reads that other tools missed.

0 favorites 0 likes
#sqlite

SQLite compressed text-history prototypes

Simon Willison's Blog · yesterday Cached

Simon Willison experiments with storing SQLite text revision histories as compressed JSON arrays, comparing whole-blob and chunked storage approaches. A simulation of 1,000 edits compressed 20.4 MB of revision text into 80.3 KB using Zstandard.

0 favorites 0 likes
#sqlite

A zero-dependency, ultra-lightweight database time machine for SQLite

Hacker News Top · yesterday Cached

An open-source, zero-dependency SQLite debugging tool that tracks database changes and allows instant rewinding to any previous state via snapshots, a web UI, and a CLI watcher daemon.

0 favorites 0 likes
#sqlite

@rohanpaul_ai: Making SQLite 5% faster would already be powerful. Here, an AI agent, KISS Sorcar, got 59% improvement in under 8 hours…

X AI KOLs Following · 3d ago Cached

An AI agent called KISS Sorcar achieved a verified 1.59x geometric-mean speedup on SQLite across four benchmarks in under 8 hours for less than $150, passing over 1 million SQLite tests. This highlights the growing capability of coding agents.

0 favorites 0 likes
#sqlite

celld — Durable Objects, self-hosted

Lobsters Hottest · 4d ago Cached

celld is a self-hosted, distributed server that runs Cloudflare Workers and Durable Objects code unchanged, using your own S3 bucket for storage and coordination. It claims significantly lower costs and sub-millisecond warm latencies at scale, with data stored in SQLite/LTX format.

0 favorites 0 likes
#sqlite

Celld: Self-hosted, distributed Durable Objects

Hacker News Top · 6d ago Cached

Deno's celld is an open-source daemon that runs Cloudflare Workers and Durable Objects on your own machines, using SQLite per object and an S3-compatible bucket for replication and coordination without a control plane.

0 favorites 0 likes
#sqlite

Agent memory layers don't need an LLM deciding what to remember

Reddit r/LocalLLaMA · 6d ago

The author argues that agent memory layers should skip LLM-based extraction for deciding what to remember, instead using simple storage, embeddings, and retrieval, exemplified by their open-source memU tool.

0 favorites 0 likes
#sqlite

@geekbb: Cloudflare releases a "computer" for AI agents — Giving agents a workspace that never disappears. Files stored in SQLite, with three environments (full container / shell / JS) available anytime; switch environments without switching files.

X AI KOLs Timeline · 2026-08-04 Cached

Cloudflare Computer is a virtual filesystem inside a Durable Object that gives AI agents a persistent workspace, using SQLite for storage and pluggable runtimes (container, shell, JavaScript). It's a preview-only open-source package.

0 favorites 0 likes
#sqlite

A powerful local memory and autopilot layer that utilizes SQLite to enhance coding agents (Claude Code, Codex).

Reddit r/ArtificialInteligence · 2026-08-04 Cached

Cortex is an open-source local memory and autopilot layer for coding agents like Claude Code and Codex, using SQLite to persist context across sessions and optionally run tasks autonomously.

0 favorites 0 likes
#sqlite

Reliability Lessons From SQLite

Lobsters Hottest · 2026-08-03 Cached

SQLite developers share their reliability experience, derived from the DO-178B avionics standard, ensuring code quality through 100% MCDC test coverage, emphasizing the philosophy: 'if it hasn't been tested, it doesn't work.'

0 favorites 0 likes
#sqlite

@vikingmute: Cloudflare just released a library called computer with a very interesting concept: https://github.com/cloudflare/computer… A virtual file system in Durable Object, persisted with SQLite…

X AI KOLs Timeline · 2026-08-03 Cached

Cloudflare released a preview library called computer that provides a SQLite-based virtual file system in Durable Objects, with support for multiple runtime backends (container, isolated shell, isolated JavaScript), offering persistent workspaces for Agents.

0 favorites 0 likes
#sqlite

Critical CVE issued for hallucinated SQLite vulnerability

Hacker News Top · 2026-08-03 Cached

JFrog researchers debunk a batch of SQLite CVEs published by a suspicious GitHub repo, finding the advisories are likely LLM-generated slop with non-existent code references and non-working PoCs, prompting NVD downgrades.

0 favorites 0 likes
#sqlite

condense-json 1.0

Simon Willison's Blog · 2026-08-02 Cached

Simon Willison announces the 1.0 release of condense-json, a Python library that condenses JSON by replacing repeated substrings with compact references, saving space in SQLite logs for LLM.

0 favorites 0 likes
#sqlite

Coding agents got good. Managing them didn't. I open-sourced the control room I built for it (MIT)

Reddit r/AI_Agents · 2026-08-02

The author open-sourced o8, an MIT-licensed orchestrator that manages multiple coding agents in isolated git worktrees, with a merge gate, audit trail, and mobile approvals.

0 favorites 0 likes
#sqlite

How We Built a Zero-Disk, S3-Tiered Storage Engine for SQLite

Lobsters Hottest · 2026-07-31 Cached

Rivet engineers detail how they built a zero-disk, S3-tiered storage engine for SQLite, enabling isolated databases with instant startup, low-latency writes, point-in-time recovery, and bottomless storage for millions of Actors.

0 favorites 0 likes
#sqlite

Cesium DevCon 2026 talks are up, including a keynote from SQLite's creator

Hacker News Top · 2026-07-29 Cached

The 2026 Cesium Developer Conference session recordings are now available, featuring talks on geospatial 3D, AI, 3D Tiles 2.0, and a keynote by SQLite creator D. Richard Hipp.

0 favorites 0 likes
#sqlite

SQLite in Production: Optimizing WAL Mode, Concurrency, and VFS Layers

Hacker News Top · 2026-07-29 Cached

A deep-dive into optimizing SQLite for production use, covering Write-Ahead Logging mode, checkpointing strategies, concurrency improvements, and custom Virtual File System layers to achieve low-latency app server performance.

0 favorites 0 likes
#sqlite

SQLite WAL Mode Can Lock Short-Lived Readers

Lobsters Hottest · 2026-07-26 Cached

SQLite's WAL mode can cause 'database is locked' errors for short-lived read-only connections due to internal locking of the WAL index file; a busy timeout or switching to DELETE mode can resolve the issue.

0 favorites 0 likes
#sqlite

@PrajwalTomar_: Stop what you are doing and read this. I got tired of AI forgetting every decision I make. Tell it to use SQLite today.…

X AI KOLs Following · 2026-07-26 Cached

Built two local AI agents that share a memory to enforce past decisions, preventing the AI from switching databases without approval. Runs fully on laptop, no cloud.

0 favorites 0 likes
#sqlite

stinkpot: sqlite-backed shell history

Lobsters Hottest · 2026-07-25 Cached

Stinkpot is a lightweight, SQLite-backed shell history searcher for bash, similar to atuin but with fewer features and around 400 lines of Go.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback