Skip to content

Commit f791be0

Browse files
authored
docs: add benefits to readme (#224)
* docs: add benefits to readme * update formatting
1 parent 7568886 commit f791be0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ Cloud SQL for PostgreSQL for LangChain
66
- `Client Library Documentation`_
77
- `Product Documentation`_
88

9+
The **Cloud SQL for PostgreSQL for LangChain** package provides a first class experience for connecting to
10+
Cloud SQL instances from the LangChain ecosystem while providing the following benefits:
11+
12+
- **Simplified & Secure Connections**: easily and securely create shared connection pools to connect to Google Cloud databases utilizing IAM for authorization and database authentication without needing to manage SSL certificates, configure firewall rules, or enable authorized networks.
13+
- **Improved performance & Simplified management**: use a single-table schema can lead to faster query execution, especially for large collections.
14+
- **Improved metadata handling**: store metadata in columns instead of JSON, resulting in significant performance improvements.
15+
- **Clear separation**: clearly separate table and extension creation, allowing for distinct permissions and streamlined workflows.
16+
917
.. |preview| image:: https://img.shields.io/badge/support-preview-orange.svg
1018
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#stability-levels
1119
.. |pypi| image:: https://img.shields.io/pypi/v/langchain-google-cloud-sql-pg.svg

0 commit comments

Comments
 (0)