Skip to content

Commit 992ff7c

Browse files
authored
chore: fine-tune README.rst based on additional feedback (#594)
1 parent 83b0d9f commit 992ff7c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ influxdb-client-python
3636
:target: https://www.influxdata.com/slack
3737
:alt: Slack Status
3838

39-
This repository contains the Python client library for use with InfluxDB 2.0 specifically with Flux. For InfluxDB 3.0 users, utilize the lightweight `v3 client library <https://github.com/InfluxCommunity/influxdb3-python>`_. 1.x users will want to use the `v1 client library <https://github.com/influxdata/influxdb-python>`_.
39+
This repository contains the Python client library for use with InfluxDB 2.x and Flux. InfluxDB 3.x users should instead use the lightweight `v3 client library <https://github.com/InfluxCommunity/influxdb3-python>`_. InfluxDB 1.x users should use the `v1 client library <https://github.com/influxdata/influxdb-python>`_.
40+
41+
For ease of migration and a consistent query and write experience, v2 users should consider using InfluxQL and the `v1 client library <https://github.com/influxdata/influxdb-python>`_.
4042

4143
The API of the **influxdb-client-python** is not the backwards-compatible with the old one - **influxdb-python**.
4244

0 commit comments

Comments
 (0)