Maki Chiang|Notes
  • Home
  • About
Sign in Subscribe

SQLite

A collection of 3 posts
你的 Docker base image 用什麼版本的 SQLite?
SQLite

你的 Docker base image 用什麼版本的 SQLite?

去你的 production container 跑一行 `docker exec ... python -c "import sqlite3; print(sqlite3.sqlite_version)"`。如果回 3.46.x 或更舊——這篇是給你的。一次從 SQLite 3.46.1 升到 3.53.0 的 production deploy 紀錄,含 multi-stage Dockerfile、build-time assert、deploy preflight、跟一次 cascading failure 的 surgical fix。
27 4月 2026 8 min read
七位一體一次健檢,最高 leverage 不在 code review,在 Scout
AI Agent

七位一體一次健檢,最高 leverage 不在 code review,在 Scout

整場 4 小時七位一體 memhall 巡檢,最高 leverage 的 P0 不是來自 code review agent,是 human-mediated Scout。一個對 multi-agent system 設計的反直覺洞察 + 7 commits 實戰紀錄。
27 4月 2026 10 min read
SQLite 不是玩具,只是你沒用對 WAL
AI

SQLite 不是玩具,只是你沒用對 WAL

SQLite 在生產環境可行,關鍵在於啟用 WAL 模式與多資料庫分離來解決併發瓶頸,而不是一開始就放棄。
11 4月 2026 3 min read
Page 1 of 1
Maki Chiang|Notes © 2026
  • Sign up
Powered by Ghost