Mongo Lite for Rust โ€“ Now with CLI Starter Repo

โš“ Rust    ๐Ÿ“… 2025-08-13    ๐Ÿ‘ค surdeus    ๐Ÿ‘๏ธ 3      

surdeus

Iโ€™ve been working on Deeb, a lightweight embedded database for Rust โ€” think โ€œMongo Lite,โ€ but designed to be easy to drop into any Rust project.

To help people get started faster, Iโ€™ve also put together a CLI starter repo that includes:
โ€ข Command parsing with Clap
โ€ข Built-in local persistence with Deeb
โ€ข Logging + .env setup out of the box

You can go from git clone โ†’ cargo run with persistent storage and a running cli in minutes.

Post: How to Build a Rust CLI with Built-In Data Persistence

Would love feedback, ideas, or even wild feature requests :rocket:

1 post - 1 participant

Read full topic

๐Ÿท๏ธ Rust_feed