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: README.rst
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,9 @@ influxdb-client-python
36
36
:target:https://www.influxdata.com/slack
37
37
:alt:Slack Status
38
38
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>`_.
40
42
41
43
The API of the **influxdb-client-python** is not the backwards-compatible with the old one - **influxdb-python**.
0 commit comments