256dpi / lungo

A MongoDB compatible embeddable database and toolkit for Go.
MIT License
459 stars 15 forks source link

Is there a visual management tool available? #13

Open 888go opened 7 months ago

888go commented 7 months ago

Is there a visual management tool available? Can it be compatible with existing MongoDB management tools?

shehackedyou commented 7 months ago

It doesn't currently have TCP connections, but you could easily add that to any project. I always want it embedded and I create REPL to interact with the database so I prefer it as is but it would not be much to add it. You could even find existing TCP example projects for reference and combine it with this project. OR check out FerretDB but personally I think Lungo is better (even if the name is bad :P)