Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakeroggenbuck/mongoc-rs
Quickly view your mongodb databases, their collections, and their documents from the command line
https://github.com/jakeroggenbuck/mongoc-rs
mongodb rust rust-lang
Last synced: 5 days ago
JSON representation
Quickly view your mongodb databases, their collections, and their documents from the command line
- Host: GitHub
- URL: https://github.com/jakeroggenbuck/mongoc-rs
- Owner: JakeRoggenbuck
- License: mit
- Created: 2021-05-09T07:01:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T21:52:47.000Z (8 months ago)
- Last Synced: 2024-03-05T22:46:37.051Z (8 months ago)
- Topics: mongodb, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 135 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mongoc-rs ![Rust](https://img.shields.io/github/actions/workflow/status/jakeroggenbuck/mongoc-rs/rust.yml?style=for-the-badge)
Quickly view your mongodb databases, their collections, and their documents from the command line# Installing
```
git clone https://github.com/JakeRoggenbuck/mongoc-rs
cargo install --path mongoc-rs
```