Схема базы данных и миграции claude-mem
documentation
claude-mem-database-schema is a Claude Code skill that documents the complete SQLite database schema for claude-mem and its migration rules. It covers the memories, sessions, projects, tags, and embeddings tables, along with their indexes, foreign keys, and versioning policy. Use it when adding new columns, modifying existing tables, writing migration scripts, or debugging data integrity issues in a claude-mem installation. Developers building third-party extensions that need direct read or write access to the schema will find it especially relevant.
- #data
- #sqlite
- #documentation
- #migration