LangChain Reference home page
Search...
⌘K
Ask AI
GitHub
Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
⌘I
LangChain Assistant
New
History
Ask a question to get started
Enter
to send
•
Shift+Enter
new line
Menu
Navigation
Projects
Google GAuth
Google WebAuth
Google Common
OpenAI
Community
Azure CosmosDB
Baidu Qianfan
DeepSeek
MongoDB
Google Cloud SQL PG
Overview
Vector Stores
Document Loaders
Memory & Stores
Turbopuffer
Mistral AI
Anthropic
AWS
Google GenAI
Ollama
Redis
Language
Python
JavaScript
Theme
Light
Dark
JavaScript
@langchain/google-cloud-sql-pg
PostgresLoaderOptions
Interface
v1.0.22 (latest)
●
Since v1.0
PostgresLoaderOptions
Copy
interface
PostgresLoaderOptions
Properties
property
contentColumns
:
string
[]
property
format
:
"text"
|
"json"
|
"yaml"
|
"csv"
property
formatter
:
(
row
:
Row
,
contentColumns
:
string
[]) =>
string
property
metadataColumns
:
string
[]
property
metadataJsonColumn
:
string
|
null
property
query
:
string
property
schemaName
:
string
property
tableName
:
string
View source on GitHub
Version History