You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/connect/python.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ with conn:
31
31
print(result)
32
32
```
33
33
34
+
-[Connect to CrateDB using Python DB API] [](https://github.com/crate/cratedb-examples/actions/workflows/lang-python-dbapi.yml)
35
+
34
36
(sqlalchemy-cratedb)=
35
37
### sqlalchemy-cratedb
36
38
@@ -60,7 +62,7 @@ frameworks, are using SQLAlchemy as database adapter library when connecting to
-[Connect to CrateDB using ConnectorX] [](https://github.com/crate/cratedb-examples/actions/workflows/lang-python-connectorx.yml)
265
272
266
273
(turbodbc)=
267
274
### turbodbc
@@ -275,7 +282,7 @@ For maximum performance, turbodbc offers built-in NumPy and Apache Arrow
275
282
support and internally relies on batched data transfer instead of single-
276
283
record communication as other popular ODBC modules do.
277
284
278
-
-[Using CrateDB with turbodbc]
285
+
-[Using CrateDB with turbodbc] [](https://github.com/crate/cratedb-examples/actions/workflows/lang-python-turbodbc.yml)
279
286
280
287
281
288
(python-dataframe)=
@@ -300,7 +307,7 @@ How to use CrateDB together with popular open-source dataframe libraries.
0 commit comments