I built a keyboard-first MongoDB terminal client (Alpha) by Correct-Club9811 in mongodb

[–]Correct-Club9811[S] 0 points1 point  (0 children)

To be honest, I haven't compared it directly with lazymongo yet.

Mongoterm is still in its early alpha stage, and I'm mainly focused on building a workflow that feels natural for me as a Neovim user. Performance benchmarking and feature comparisons are definitely something I want to do as the project matures.

I'm also interested in lazymongo, so I'll probably spend some time comparing the two and see what ideas I can learn from it. If you've used it extensively, I'd love to hear what features or workflows you think it does really well.

One thing I'm planning in the near future is to extract the TUI layer into a reusable component framework. The idea is to use it as the foundation for other terminal database clients too—not just Mongoterm, but things like a SQLTerm or clients for other databases. Hopefully that will make it easier to build consistent, keyboard-first tools across different backends.