Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Jan 19, 2024
1 parent 8b886b3 commit c3ed5aa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.rst
Expand Up @@ -105,3 +105,13 @@ with the same interface as the popular `HappyBase
<https://happybase.readthedocs.io/en/latest/>`__ library. Unlike HappyBase,
``google-cloud-happybase`` uses ``google-cloud-bigtable`` under the covers,
rather than Apache HBase.

``experimental async data client``
----------------------------------

`v2.23.0` includes a preview release of a new data client, accessible at `google.cloud.bigtable.data.BigtableDataClientAsync`.

This new client supports asyncio, with a corresponding synchronous surface coming soon.

The new client is currently in preview, and is not recommended for production use.

0 comments on commit c3ed5aa

Please sign in to comment.