Skip to content

Commit

Permalink
2024.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
qing-hai committed Nov 4, 2024
1 parent c0fbdb1 commit 708e243
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/components/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default {
name: "Basic and Connection",//
rows: [
//studio3t //nosqlbooster compass navicat sqlmanager
["Release", tp.ver("2024.4.0","2024-09-30"),tp.ver("9.0.6","2024-09-30"), tp.ver("1.44.4","2024-09-18"),tp.ver("17.1.3","2024-09-27"),tp.ver("7.3.3","2024-06-29")],
["Release", tp.ver("2024.4.1","2024-09-30"),tp.ver("9.1.0","2024-10-28"), tp.ver("1.44.6","2024-10-31"),tp.ver("17.1.9","2024-11-04"),tp.ver("7.5.1","2024-10-24")],
[{name:"Cost",title:`- Free means that a free version with reduced features is available.\n- Price refers to the price of the most expensive full-featured version.`}, "free-$699/year", "free-$239/license", "free", "$349/license", "free-$180/license"],
["Main Interface",
tp.screen("Studio 3T", "https://studio3t.com/wp-content/uploads/2022/03/Studio_3T_Screenshot_Win_Dark.png"),
Expand All @@ -30,7 +30,7 @@ export default {
tp.screen("NoSQLManager", "https://www.mongodbmanager.com/img/manager.png"),
],
["Operating system", "Windows, Mac, Linux", "Windows, Mac, Linux", "Windows, Mac, Linux", "Windows, Mac, Linux", "Windows"],
["MongoDB versions", "3.0+", "3.6+", "3.6+", "3.0+", "3.6+"],
["MongoDB versions", "3.6+", "3.6+", "3.6+", "3.0+", "3.6+"],
["MongoDB Shell", "bundled mongosh/mongo shell", "embedded mongosh", "bundled mongosh", "embedded mongo shell", "embedded mongo shell"],
// ["Development language", "Java", "Node.js+Electron", "Node.js+Electron", "C++", ".Net"],
["Secure connection: SSH/SSL", true, true, true, true, true],
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const { defaultTheme } = require('@vuepress/theme-default')
module.exports = {
// base: '/mongodb-gui-tools/',
title: 'Top MongoDB GUI Tools',
description: 'Feature Comparison for top MongoDB GUIs (Oct 2024)',
description: 'Feature Comparison for top MongoDB GUIs (Nov 2024)',
pagePatterns: ['**/*.md', '!**/README.md', '!.vuepress', '!node_modules'],


Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: KuaiZiWa
description: Feature Comparison of MongoDB GUI tools
---

# Feature Comparison of MongoDB GUI tools (Oct 2024)
# Feature Comparison of MongoDB GUI tools (Nov 2024)

Here, we will continue to track and examine the following MongoDB GUI tools and compare their features. The products on the list are listed **alphabetically** as follows: [MongoDB Compass](https://www.mongodb.com/products/compass), [Navicat for MongoDB](https://navicat.com/en/products/navicat-for-mongodb), [NoSQLBooster](https://nosqlbooster.com), [NoSQLManager](https://www.mongodbmanager.com) and [Studio 3T](https://studio3t.com).

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ lang: en-US
home: false
author: KuaiZiWa
# title: Feature Comparison for top 5 MongoDB GUI Tools
description: Feature Comparison of MongoDB GUI tools (Oct 2024)
description: Feature Comparison of MongoDB GUI tools (Nov 2024)
---

# Feature Comparison of MongoDB GUI tools (Oct 2024)
# Feature Comparison of MongoDB GUI tools (Nov 2024)

Here, we will track and examine the top 5 MongoDB GUI tools and compare their features and prices. The products on the list are listed **alphabetically** as follows: [MongoDB Compass](https://www.mongodb.com/products/compass), [Navicat for MongoDB](https://navicat.com/en/products/navicat-for-mongodb), [NoSQLBooster](https://nosqlbooster.com), [NoSQLManager](https://www.mongodbmanager.com) and [Studio 3T](https://studio3t.com).

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.14",
"main": "index.js",
"scripts": {
"start":"npm run docs:dev",
"start": "npm run docs:dev",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
Expand Down

0 comments on commit 708e243

Please sign in to comment.