Merge pull request #181 from Darkangeel-hd/add-cockroach-database

[add]: CockroachDB to Database
This commit is contained in:
Rahul Jain
2020-10-04 11:52:01 +05:30
committed by GitHub
+4 -1
View File
@@ -97,7 +97,8 @@ const categorizedSkills = {
"hive",
"realm",
"mariadb",
"elasticsearch"
"cockroachdb",
"elasticsearch",
],
},
@@ -342,6 +343,7 @@ const icons = {
nextjs: "https://cdn.worldvectorlogo.com/logos/nextjs-3.svg",
reactnative: "https://reactnative.dev/img/header_logo.svg",
mariadb: "https://www.vectorlogo.zone/logos/mariadb/mariadb-icon.svg",
cockroachdb: "https://worldvectorlogo.com/es/download/cockroachdb.svg",
objectivec:
"https://www.vectorlogo.zone/logos/apple_objectivec/apple_objectivec-icon.svg",
clojure:
@@ -481,6 +483,7 @@ const skillWebsites = {
nextjs: "https://nextjs.org/",
reactnative: "https://reactnative.dev/",
mariadb: "https://mariadb.org/",
cockroachdb: "https://www.cockroachlabs.com/product/cockroachdb/",
objectivec: "",
clojure: "",
haskell: "",