Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ exposes its features directly, optimized for enterprise database environments:
* **openGauss compatibility** - Comprehensive test suite and error handling
* **Enterprise features** - Optimized for production GaussDB environments


Installation
------------

Expand All @@ -47,9 +47,6 @@ If you need GSSAPI/SSPI authentication, use::

$ pip install 'async-gaussdb[gssauth]'

For more details, please `see the documentation
<https://magicstack.github.io/async_gaussdb/current/installation.html>`_.


Basic Usage
-----------
Expand Down Expand Up @@ -79,7 +76,7 @@ Basic Usage
asyncio.run(run())


GaussDB/openGauss Specific Features
GaussDB/openGauss Specific Features
-----------------------------------

This library includes enhanced support for GaussDB and openGauss databases:
Expand Down Expand Up @@ -109,5 +106,5 @@ This library includes enhanced support for GaussDB and openGauss databases:

asyncio.run(run())

asyncpg is developed and distributed under the Apache 2.0 license
async-gaussdb is developed and distributed under the Apache 2.0 license
by MagicStack Inc. and the HuaweiCloudDeveloper team.