File tree 2 files changed +3
-10
lines changed 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 4
4
By example
5
5
##########
6
6
7
-
8
- *****
9
- About
10
- *****
11
-
12
- This part of the documentation contains examples how to use the CrateDB Python
13
- client.
7
+ This part of the documentation enumerates different kinds of examples how to
8
+ use the CrateDB Python client.
14
9
15
10
16
11
DB API, HTTP, and BLOB interfaces
Original file line number Diff line number Diff line change @@ -36,11 +36,9 @@ Documentation
36
36
For general help about the Python Database API, or SQLAlchemy, please consult
37
37
`PEP 249 `_, the `SQLAlchemy tutorial `_, and the general `SQLAlchemy
38
38
documentation `_.
39
-
40
39
For more detailed information about how to install the client driver, how to
41
40
connect to a CrateDB cluster, and how to run queries, consult the resources
42
- referenced below. A dedicated section demonstrates how to use the :ref: `blob
43
- storage capabilities <crate-reference:blob_support>` of CrateDB.
41
+ referenced below.
44
42
45
43
.. toctree ::
46
44
:titlesonly:
You can’t perform that action at this time.
0 commit comments