From 3d1627074fdf4c9e26308ef8083f4716e9a4b176 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Tue, 3 Sep 2024 11:50:43 +0200 Subject: [PATCH] wip --- technology/applications/Applications.md | 1 + technology/applications/development/Postgres.md | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 technology/applications/development/Postgres.md diff --git a/technology/applications/Applications.md b/technology/applications/Applications.md index b49be20..cc190aa 100644 --- a/technology/applications/Applications.md +++ b/technology/applications/Applications.md @@ -52,6 +52,7 @@ rev: 2024-07-14 - [HTTPie](./development/HTTPie.md) - [MongoDB Compass](./development/MongoDB%20Compass.md) - [MongoDB](./development/MongoDB.md) +- [Postgres](./development/Postgres.md) - [Podman Desktop](./development/Podman%20Desktop.md) - [Visual Studio Code](./development/Visual%20Studio%20Code.md) - [continue](./development/continue.md) diff --git a/technology/applications/development/Postgres.md b/technology/applications/development/Postgres.md new file mode 100644 index 0000000..9ccd4ee --- /dev/null +++ b/technology/applications/development/Postgres.md @@ -0,0 +1,12 @@ +--- +obj: application +website: https://www.postgresql.org +repo: https://git.postgresql.org/gitweb/?p=postgresql.git +--- + +# Postgres + +#wip +Postgres database +timescaledb +https://github.com/pgvector/pgvector \ No newline at end of file