11 releases (breaking)
new 0.12.1 | Feb 19, 2025 |
---|---|
0.11.0 | Feb 18, 2025 |
0.10.1 | Sep 1, 2024 |
0.10.0 | Jul 15, 2024 |
#1373 in Database interfaces
481 downloads per month
135KB
3.5K
SLoC
tongo
-- a TUI for MongoDB
Installation
Using cargo
Install Rust and Cargo, then install:
$ cargo install tongo
Using nix
Install Nix, then clone this repo and install:
$ git clone git@github.com:drewzemke/tongo.git
$ cd tongo
$ nix-build
Then you can move the created binary somewhere on your path:
$ cp ./result/bin/tongo /usr/local/bin/tongo
Usage
$ tongo
Load a connection directly:
$ tongo --url mongodb://localhost:27017
If you've previously store a connection, you can load it by name:
$ tongo --connection local
Dependencies
~39–55MB
~1M SLoC