solidb 1.0.2

A lightweight, high-performance structured database server written in Rust.
1
2
3
4
5
6
7
//! CLI modules for SoliDB
//!
//! This module provides CLI tools for development workflows.

pub mod scripts;
pub mod tui;
pub mod update;