Releases: yujian2025/RustMinidb
Releases · yujian2025/RustMinidb
Release list
v0.1.0
🚀 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