Skip to content

Commit

Permalink
Feb 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaiziwa committed Feb 6, 2024
1 parent e9466ee commit bf02563
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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 compass navicat sqlmanager
["Release", tp.ver("2023.9.1","2023-12-11"),tp.ver("8.1.6","2024-01-02"), tp.ver("1.41.0","2023-12-18"),tp.ver("16.3.3","2023-12-05"),tp.ver("7.2","2023-08-28")],
["Release", tp.ver("2023.9.2","2024-01-08"),tp.ver("8.1.7","2024-01-15"), tp.ver("1.42.0","2024-01-31"),tp.ver("16.3.5","2024-01-11"),tp.ver("7.2","2023-08-28")],
[{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 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 (Jan 2024)',
description: 'Feature Comparison for top MongoDB GUIs (Feb 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 (Jan 2024)
# Feature Comparison of MongoDB GUI tools (Feb 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 (Jan 2024)
description: Feature Comparison of MongoDB GUI tools (Feb 2024)
---

# Feature Comparison of MongoDB GUI tools (Jan 2024)
# Feature Comparison of MongoDB GUI tools (Feb 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.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-gui-feature-matrix",
"version": "1.0.12",
"version": "1.0.13",
"main": "index.js",
"scripts": {
"start":"npm run docs:dev",
Expand Down

0 comments on commit bf02563

Please sign in to comment.