Mongo Lite for Rust – Now with CLI Starter Repo

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:

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.