vibesql 0.1.1

SQL database engine with SQL:1999 compliance
Documentation
# 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

## 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