Skip to content

v0.1.0

Latest

Choose a tag to compare

@yujian2025 yujian2025 released this 02 Jul 08:43

🚀 RustMinidb v0.1.0

Initial release of RustMinidb — a lightweight embedded relational database with native REST API.

✨ Features

  • Local Storage Engine: Built on redb for fast, embedded key-value storage
  • SQL Parser & Planner: Support for basic SQL operations (CREATE, INSERT, SELECT, UPDATE, DELETE, DROP)
  • REST API Server: Built-in HTTP server using axum with CORS support
  • Interactive CLI Shell: Full-featured command-line interface
  • Banner & Migration: Hot-reload banner and schema migration support
  • Monitoring: Query metrics and performance tracking
  • Cross-platform: Runs on Windows, Linux, and macOS

📦 Assets

  • rustminidb.exe — Windows binary (64-bit)
  • rustminidb.pdb — Windows debug symbols