Skip to content

Commit a59b85e

Browse files
committed
Create CHANGELOG.md
feat: add SQLite database schema extraction support (#1) - Add new database.py module with complete schema introspection - Support .db, .sqlite, .sqlite3 extensions and magic bytes detection - Implement three context modes: full schema, TOON (minimal), hybrid focus - Add table-level focusing via 'database.db/tablename' syntax - Include foreign keys, indexes, constraints and row counts in output - Update parsers.py and toon.py to handle database files - Add database icons (🗄️) in directory tree visualization - Maintain backward compatibility with existing flags (--all, --toon, --focus) BREAKING CHANGE: None
1 parent b74c4eb commit a59b85e

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
feat: add SQLite database schema extraction support (#1)
2+
3+
- Add new database.py module with complete schema introspection
4+
- Support .db, .sqlite, .sqlite3 extensions and magic bytes detection
5+
- Implement three context modes: full schema, TOON (minimal), hybrid focus
6+
- Add table-level focusing via 'database.db/tablename' syntax
7+
- Include foreign keys, indexes, constraints and row counts in output
8+
- Update parsers.py and toon.py to handle database files
9+
- Add database icons (🗄️) in directory tree visualization
10+
- Maintain backward compatibility with existing flags (--all, --toon, --focus)
11+
12+
BREAKING CHANGE: None

0 commit comments

Comments
 (0)