Skip to content

Commit bf66b0d

Browse files
committed
Connect/Python: Implement suggestions by CodeRabbit
1 parent 5c49454 commit bf66b0d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/connect/python/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Connect to CrateDB and CrateDB Cloud from Python.
77

88
Individual adapters, clients, and drivers offer specific features for specific
99
needs of your application, so please read this enumeration carefully, to
10-
select the optimal adapter driver for your purposes.
10+
select the optimal adapter client or driver for your purposes.
1111

1212
As a general recommendation, using the SQLAlchemy adapter for many reasons
1313
isn't a bad choice, because many other frameworks will use it anyway.
@@ -21,7 +21,7 @@ looking at using the PostgreSQL protocol.
2121

2222
:::{rubric} Standard
2323
:::
24-
Standard drivers implementing the Python DB API and the CrateDB dialect for SQLAlchemy.
24+
Standard clients implementing the Python DB API and the CrateDB dialect for SQLAlchemy.
2525
<small>`crate-python` uses `urllib3`. `sqlalchemy-cratedb` uses `crate-python`.</small>
2626
:::{toctree}
2727
crate-python
@@ -31,7 +31,7 @@ sqlalchemy-cratedb
3131
(python-client-special)=
3232
:::{rubric} Special purpose
3333
:::
34-
Adapters and drivers for special requirements on the environment or
34+
Adapter clients and drivers for special requirements on the environment or
3535
on performance details.
3636
`conecta` uses Rust and Apache Arrow.
3737
`cratedb-async` uses `httpx`.

docs/connect/python/records.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
:::{div} .clearfix
99
:::
1010

11-
[Records] is a very simple, but powerful, library for making raw SQL
11+
[Records] is a deceptively simple but powerful library for making raw SQL
1212
queries to most relational databases. Powered by SQLAlchemy and Tablib,
1313
it covers many database types and allows you to export your results to
1414
CSV, XLS, JSON, HTML Tables, YAML, or pandas dataframes with a single

0 commit comments

Comments
 (0)