» Tag
sqlite
16 postsWhy I Developed Local-First Agent Memory
LoreConvo introduces a local-first memory layer using SQLite and FTS5, offering an alternative to traditional vector embedding methods.
We Built a Local SQL Engine for DynamoDB
DynoTable's local SQL engine enhances DynamoDB with essential SQL functionalities.
Database Comparison: SQLite, DuckDB, PostgreSQL, and More
Explore features of SQLite, DuckDB, PostgreSQL, MariaDB, ClickHouse, and MongoDB. Essential insights for engineers.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comBuilding a Video Watch-Time Heatmap: Interval Tracker and More
Create a video watch-time heatmap with zero dependencies. Analyze viewer behavior.
What happens when Cloudflare D1's free 500 MB wall hits
A hands-on probe of Cloudflare D1's free 500 MB storage wall via REST API reveals the exact byte ceiling, DELETE-based recovery, and how indexing a blob column silently doubles storage.
Building Sync on SQLite for React Native: A Custom Approach
Discover a new method for adding offline sync to your React Native app using SQLite.