From 69ab64d2eef5439799780ab1ad5267ea4eb52105 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sat, 3 Feb 2024 23:04:04 +0100 Subject: [PATCH] Driver/ODBC: Add item about the PostgreSQL ODBC driver --- docs/connect/index.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/connect/index.md b/docs/connect/index.md index c1af467..d872b56 100644 --- a/docs/connect/index.md +++ b/docs/connect/index.md @@ -142,6 +142,21 @@ We recommend to use those drivers and adapters for the corresponding languages a ``` ::: +:::{sd-row} +```{sd-item} \- +``` +```{sd-item} +[PostgreSQL ODBC](https://odbc.postgresql.org/) +``` +```{sd-item} +The official PostgreSQL ODBC Driver. +For connecting to CrateDB from any environment that supports it. +``` +```{sd-item} +{tags-primary}`PG` +``` +::: + :::{sd-row} ```{sd-item} .NET ``` @@ -192,6 +207,7 @@ A pure Go driver and toolkit for PostgreSQL. [PostgreSQL JDBC](https://jdbc.postgresql.org/) ``` ```{sd-item} +The official PostgreSQL JDBC Driver. For connecting to CrateDB from any environment that supports it. ``` ```{sd-item}