SQLfy: Reconstructing Your Database Schema from 500 Migration Files
I’ve been working on a codebase with over 300 Flyway migrations, and at some point I realized something uncomfortable: nobody on the team could tell you what the schema actually...
Articles in the "python" category
I’ve been working on a codebase with over 300 Flyway migrations, and at some point I realized something uncomfortable: nobody on the team could tell you what the schema actually...
There’s a fundamental tension in giving AI agents database access. Reads are enormously valuable. Writes are existential risk. I wanted a tool that treated them differently. An agent that can...
Mnemon is a local MCP server that gives AI coding agents persistent project memory. It stores branch-scoped session state and project-scoped knowledge in SQLite, then exposes that information through MCP...