diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 02f323e..212365c 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -1168,6 +1168,10 @@ export const svgs: iSVG[] = [
title: "PostgreSQL",
category: "Database",
route: "/library/postgresql.svg",
+ wordmark: {
+ light: "/library/postgresql-wordmark-light.svg",
+ dark: "/library/postgresql-wordmark-dark.svg",
+ },
url: "https://www.postgresql.org/",
},
{
diff --git a/static/library/postgresql-wordmark-dark.svg b/static/library/postgresql-wordmark-dark.svg
new file mode 100644
index 0000000..78de380
--- /dev/null
+++ b/static/library/postgresql-wordmark-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/postgresql-wordmark-light.svg b/static/library/postgresql-wordmark-light.svg
new file mode 100644
index 0000000..bb6ab53
--- /dev/null
+++ b/static/library/postgresql-wordmark-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file