Skip to content

Commit e9886e2

Browse files
committed
Connect/ODBC: This and that
1 parent 8f344f2 commit e9886e2

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

docs/connect/odbc/configure.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ using the driver, like `Driver={PostgreSQL Unicode}`.
99
:::{rubric} DSN configuration
1010
:::
1111

12-
For connecting to the database using a DSN,
13-
a typical connection string for CrateDB is:
12+
When using a DSN, a typical connection string for CrateDB is:
1413
```text
1514
Dsn=CrateDB
1615
```

docs/connect/odbc/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Verify installation.
3636
```shell
3737
odbcinst -q -d
3838
```
39-
```
39+
```text
4040
[PostgreSQL ANSI]
4141
[PostgreSQL Unicode]
4242
```
@@ -63,7 +63,7 @@ Verify installation.
6363
```shell
6464
odbcinst -q -d
6565
```
66-
```
66+
```text
6767
[PostgreSQL Unicode]
6868
```
6969
::::

docs/connect/odbc/python.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,17 @@ connection.close()
5454
:::{rubric} About
5555
:::
5656

57+
```{div} .float-right .text-right
58+
[![Python turbodbc](https://github.com/crate/cratedb-examples/actions/workflows/lang-python-turbodbc.yml/badge.svg)](https://github.com/crate/cratedb-examples/actions/workflows/lang-python-turbodbc.yml)
59+
```
60+
5761
[turbodbc] is a Python module to access relational databases via the Open
5862
Database Connectivity (ODBC) interface. turbodbc offers built-in NumPy and
5963
Apache Arrow for maximum performance.
6064

65+
```{div} .clearfix
66+
```
67+
6168
:::{rubric} Install
6269
:::
6370

0 commit comments

Comments
 (0)