ApexBase v0.1.0
2025-08-02
- Replace SQLite storage with DuckDB-based storage engine
- Add full-text search module with index creation, fuzzy matching, and snippets
- Rewrite ApexClient with caching, auto-switch, list_tables, close methods
- Add ResultView with to_dict/to_pandas/to_arrow converters
- Add comprehensive test suite (test_apex_client.py, 622 lines)
Changed files by module
| Module | Files changed |
|---|---|
| Other | 14 |
| Documentation | 1 |
| Project Config | 1 |
| Tests | 4 |