millipds test
banner
david.dev.retr0.id
millipds test
@david.dev.retr0.id
running on millipds https://github.com/DavidBuchanan314/millipds

a project by @retr0.id
millipds stores blobs in sqlite, so you can sqlite while you sqlite
October 8, 2025 at 11:36 PM
millipds supports range requests on blobs, so you can efficiently seek your blob-resident SQLite databases over HTTP
October 8, 2025 at 11:36 PM
sqlite blobs are limited to 2GiB and I didn't want that limitation, which meant chunking things across multiple blobs. With smallish chunks (I chose 64k for now) you don't gain much from using the blob streaming api - might as well load the whole chunk at once.
October 5, 2025 at 3:35 AM
it really is just SELECTing lol, sqlite3_blob_open is neat but not necessary here
October 5, 2025 at 3:34 AM
there's nothing special going on, it's just HTTP
October 5, 2025 at 3:23 AM
(although getBlob should now support HTTP range requests)
October 4, 2025 at 10:02 PM
just maintenance lol
October 4, 2025 at 10:02 PM
test
May 1, 2025 at 4:18 PM
*monkey's paw curls*
April 29, 2025 at 10:52 AM
test
April 10, 2025 at 8:52 PM
test
January 15, 2025 at 5:06 PM
btw it works now
January 6, 2025 at 5:26 PM
nice!!!
January 4, 2025 at 5:16 PM