File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ exposes its features directly, optimized for enterprise database environments:
3434* **openGauss compatibility ** - Comprehensive test suite and error handling
3535* **Enterprise features ** - Optimized for production GaussDB environments
3636
37-
37+
3838Installation
3939------------
4040
@@ -47,9 +47,6 @@ If you need GSSAPI/SSPI authentication, use::
4747
4848 $ pip install 'async-gaussdb[gssauth]'
4949
50- For more details, please `see the documentation
51- <https://magicstack.github.io/async_gaussdb/current/installation.html> `_.
52-
5350
5451Basic Usage
5552-----------
@@ -79,7 +76,7 @@ Basic Usage
7976 asyncio.run(run())
8077
8178
82- GaussDB/openGauss Specific Features
79+ GaussDB/openGauss Specific Features
8380-----------------------------------
8481
8582This library includes enhanced support for GaussDB and openGauss databases:
@@ -109,5 +106,5 @@ This library includes enhanced support for GaussDB and openGauss databases:
109106
110107 asyncio.run(run())
111108
112- asyncpg is developed and distributed under the Apache 2.0 license
109+ async-gaussdb is developed and distributed under the Apache 2.0 license
113110by MagicStack Inc. and the HuaweiCloudDeveloper team.
You can’t perform that action at this time.
0 commit comments