Crawling towards Machine Learning
Abdullah Novruzlu
Added
- Python Binding with full database features supported
- Arrow/NumPy layout support
- Direct Binary Storage
- Zero-copy Buffer Export
- Arrow Column Layout
- Lab feature with STARK CLI available at lab.starkdb.org
Website Launch & Documentation Overhaul
Abdullah Novruzlu
Added
- Complete starkdb website with landing, docs, install, and logs pages
- Full CLI reference with command tables and examples
- C++ API reference with code snippets for all methods
- C++ binding
Fixed (on website)
- Responsive layout issues on tablet and mobile viewports
- Sidebar/content overlap on large desktop screens
- Table overflow breaking layout on narrow viewports
STARKDB Initial Release
Abdullah Novruzlu
Added
- B-tree key-value engine in C
- CLI interface with numeric keys, string keys, and typed records
- ACID transaction support (begin/commit/rollback)
- Cursor-based iteration via C API
- User-defined type system with int and string(N) fields
- CMake build system for Windows and Linux