We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e44bb commit 8e07970Copy full SHA for 8e07970
2 files changed
CHANGELOG.md
@@ -10,4 +10,6 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
10
11
- Add a signup button to [pawsql.com](https://pawsql.com)
12
13
-- Update locales
+- Update locales
14
+
15
+- Add tags
package.json
@@ -8,12 +8,26 @@
8
"name": "PawSQL",
9
"email": "support@pawsql.com"
},
- "version": "0.0.3",
+ "version": "0.0.5",
"engines": {
"vscode": "^1.80.0"
16
+ "keywords": [
17
+ "sql",
18
+ "database",
19
+ "tool",
20
+ "optimization",
21
+ "indexing",
22
+ "PostgreSQL",
23
+ "MySQL",
24
+ "Oracle",
25
+ "openGauss",
26
+ "query",
27
+ "performance"
28
+ ],
29
30
"categories": [
- "Data Science",
31
"Programming Languages",
32
"Other",
33
"Linters",
0 commit comments