====== CodeDB User Manual ====== Welcome to CodeDB, the code editor and file relationship database for macOS. This manual covers all features and functionality to help you organize, connect, and query your code files. ===== What is CodeDB? ===== CodeDB is a desktop code editor built for developers who need to understand how their files relate to each other. It combines a full-featured code editor (powered by Monaco) with a SQLite-backed relationship database, letting you track dependencies, tag files, run SQL queries, and visualize your codebase as an interactive graph. **Key Features:** * Full code editor with syntax highlighting for 20+ languages * File relationship tracking with typed dependencies and links * SQL query console with visual query builder * Smart Views — saved queries that appear in your sidebar * CSV/TSV viewer with virtual scrolling for large datasets * Interactive dependency graph visualization * Impact analysis to trace downstream effects * Tags and custom properties on any file * Bulk file import from folders or individual files ===== Table of Contents ===== === Getting Started === * [[codedb:getting-started|Getting Started & Installation]] === Core Features === * [[codedb:files|File Management]] * [[codedb:relations|Relations & Dependencies]] * [[codedb:tags-properties|Tags & Properties]] * [[codedb:smart-views|Smart Views]] === Tools === * [[codedb:query-console|Query Console]] * [[codedb:csv-viewer|CSV & TSV Viewer]] * [[codedb:impact-analysis|Impact Analysis & Graph]] === Reference === * [[codedb:keyboard-shortcuts|Keyboard Shortcuts]] * [[codedb:faq|Frequently Asked Questions]] * [[codedb:contact|Contact Support]]