v1.1.0 Feature Release

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
v1.0.0 Initial Release

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