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
+15-7Lines changed: 15 additions & 7 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
268
275
269
276
[Turbodbc] is a Python module to access relational databases via the Open
270
277
Database Connectivity (ODBC) interface. Its primary target audience are
271
-
data scientist that use databases for which no efficient native Python
278
+
data scientists that use databases for which no efficient native Python
272
279
drivers are available.
273
280
274
281
For maximum performance, turbodbc offers built-in NumPy and Apache Arrow
275
-
support and internally relies on batched data transfer instead of single-
276
-
record communication as other popular ODBC modules do.
282
+
support and internally relies on batched data transfer instead of
283
+
single-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