Tag: sqlite

8 posts
Agent IO icon
Agent IO
agent.io

Replace SQLite with Bolt

Use Bolt for IO internal storage and general data persistence.

Jul 9, 2026
Software as Fan-Art

Software as Fan-Art

Dev Log 46: 2026-03-07

Mar 7, 2026
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, 2025
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, 2024
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, 2023

Running Scheduled Data Collection with Synology and Docker

Running scheduled Python data collection jobs on a Synology NAS using Docker containers and the built-in cron-style task scheduler.

Feb 10, 2021

Instead Of MAX Use LAST_VALUE For Time-Based Data

Why MAX returns the wrong number for end-of-period values in time-series SQLite data, and how LAST_VALUE with a window frame gives correct results.

Feb 14, 2020

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, 2010