THIS IS A BETA VERSION. Version 1.2.3 Fixed bug: sort Show value viewer in Aggregate tab, enhanced value viewer Version 1.2.2 Fixed bug: Cannot Save Version 1.2.1 Fixed bug: crash when re-open Copy-Database form Version 1.2 Improve UI Version 1.1.4 Rename collection Version 1.1.1 + 1.1.2 + 1.1.3 Fix some bugs Version 1.1.0 Support Visual Studio 2015 Allow batch insert: each document in a line Copy database Version 1.0.6 Support connection without username and password Support connection with replica (multi server addresses) Version 1.0.5 Allow dashed (-) character in database name Allow config font-size Version 1.0.4 Fixed blank screen at the first run. Version 1.0.2 + 1.0.3 Fixed some bugs Version 1.0.1 New: Version 1.0.0 Function list: - Manage MongoDb Connections
- Drop database
- Add/drop collection
- Find documents, display in tree view, table view, text view
- Insert/Update/Remove document(s)
- Aggregate/MapReduce
- Stats
Usage: - Menu View > Other Windows > MongoDb Manager
- Click Add Connection in MongoDb Manager tool window
- Input:
- Name of connection (accept any character except '=' )
- Server address. Eg: example.com or example.com:27017
- Database name. Eg: testdb
- Username: uid to login
- Password: pwd to login
- Click Save Connection to save this connection
- Double click to connection node in tree to open connection to mongodb
- Double click to collection node to open collection to: find/insert/update/remove/aggregate/map-reduce/stats
Requirement: - .net framework 4.5 or later
| |