Release v0.2.4
π New Features & Improvements
- Added duckdb as a required dependency
- Updated mkdocs compatibility to work with mkdocs-material
- Fixed version synchronization across package files
π¦ Dependencies
- Added duckdb>=0.10.0
- Updated mkdocs~=1.6.0 for better compatibility
- Maintained existing dependencies:
- pandas>=2.2.3
- tabulate>=0.9.0
- pyyaml>=6.0.2
π Usage
Install with pip:
pip install mkdocs-sql
Add to your mkdocs.yml:
plugins:
- search
- sql:
databasePath:
type: sqlite
path: path/to/your/database.sqlite
π Breaking Changes
None