# Documentation
## User Guides
- [CLI_GUIDE.md](CLI_GUIDE.md) - Command-line interface usage
- [PYTHON_BINDINGS.md](PYTHON_BINDINGS.md) - Python integration
- [ODBC_JDBC_CONNECTIVITY.md](ODBC_JDBC_CONNECTIVITY.md) - Database connectivity via PostgreSQL wire protocol
## Server & APIs
- [http-api.md](http-api.md) - HTTP REST API endpoints
- [scheduled-functions.md](scheduled-functions.md) - Cron jobs and scheduled tasks
## Extended Features
- [vector-search.md](vector-search.md) - AI/ML embeddings and similarity search
- [file-storage.md](file-storage.md) - Blob storage with SQL integration
## Reference
- [reference/FEATURE_STATUS.md](reference/FEATURE_STATUS.md) - SQL feature implementation status
- [reference/COMPARISONS.md](reference/COMPARISONS.md) - Comparison with other databases
- [ROADMAP.md](ROADMAP.md) - Future development plans
- [HISTORY.md](HISTORY.md) - Development timeline
## Development
- [PUBLISHING_CHECKLIST.md](PUBLISHING_CHECKLIST.md) - Release process
- [development/](development/) - Internal development docs (MIRI, dogfooding)
- [testing/](testing/) - Testing strategy and guides
- [performance/](performance/) - Benchmarking and optimization
- [decisions/](decisions/) - Architecture Decision Records
## Historical
- [archive/](archive/) - Completed investigations and historical docs
- [lessons/](lessons/) - Development insights and lessons learned
- [analysis/](analysis/) - Technical analysis documents