sqlite

Tag: sqlite

12 posts
Reducing Ambiguity in a SQL Agent using a domain glossary and RAG
G
Grokkist
grokkist.com

Reducing Ambiguity in a SQL Agent using a domain glossary and RAG

A domain glossary can give an LLM agent context it needs to finish a task, but when that is not enough to understand importance, RAG can reduce ambiguity

·
Aug 19
·
Replace SQLite with Bolt
Agent IO icon
Agent IO
agent.io

Replace SQLite with Bolt

Use Bolt for IO internal storage and general data persistence.

·
Jul 9
·
Building a SQLite context sidecar for my-pi
Scott Spence icon
Scott Spence
scottspence.com

Building a SQLite context sidecar for my-pi

Right, so, this started with me looking at , seeing a 98% context reduction claim, and immediately thinking: bull shite. Not because the idea is bad. The idea is good. The bit that made me twitch was the shape of the claim. If you compare a huge...

·
May 1
·
Add telemetry to my-pi
Scott Spence icon
Scott Spence
scottspence.com

Add telemetry to my-pi

keeps growing in the direction of whatever annoyed me most that week. It is the coding agent harness I’ve been building on top of the excellent pi-coding-agent from badlogic, and I keep bolting things onto it as I need them for real work. Last time...

·
Apr 18
·
Software as Fan-ArtSoftware as Fan-Art
oh hey, it's owais icon
oh hey, it's owais

Software as Fan-Art

Dev Log 46: 2026-03-07

·
Mar 7
·
Migrating Off Of Fathom Analytics
Scott Spence icon
Scott Spence
scottspence.com

Migrating Off Of Fathom Analytics

This is the follow-up to Local Analytics with SQLite and SvelteKit. That post covered the infrastructure - batched writes, heartbeat-based live visitors, the production meltdown and rebuild. This one’s about actually removing the Fathom API...

·
Jan 10
·
Local Analytics with SQLite and SvelteKit
Scott Spence icon
Scott Spence
scottspence.com

Local Analytics with SQLite and SvelteKit

I’ve been using Fathom Analytics for years and it’s great, but I wanted something more integrated. Something that could power live visitor counts and popular posts without external API calls. This is what I learned building self-hosted analytics...

·
Dec 28 '25
·
Use CGO, libc, and pure SQLite
Agent IO icon
Agent IO
agent.io

Use CGO, libc, and pure SQLite

Since Envoy will always depend on libc, it seems reasonable for IO to also.

·
Nov 9 '25
·
Use SQLite
Agent IO icon
Agent IO
agent.io

Use SQLite

Use SQLite for IO internal storage and general data persistence.

·
Oct 6 '24
·
Glauber Costa - Forking SQLite and Building a Distributed Database with Turso
Devtools FM icon
Devtools FM
devtools.fm

Glauber Costa - Forking SQLite and Building a Distributed Database with Turso

Glauber Costa explains how Turso forks SQLite into libSQL to create a distributed database, drawing from his Linux kernel development experience.

·
Feb 18 '24
·
Jess Martin - DXOS
Devtools FM icon
Devtools FM
devtools.fm

Jess Martin - DXOS

Jess Martin explains DXOS, a framework for local-first multiplayer apps where users own their data and carry identity across applications.

·
Dec 9 '23
·
Script to Remove Core Data's SQLite Database File During Development Cycles
H
Hwee-Boon Yar
hboon.com

Script to Remove Core Data's SQLite Database File During Development Cycles

During development of applications that uses Core Data on the iPhone, I find myself often wanting to delete the SQLite database file. This is

·
Jan 14 '10
·