Connect to an existing PostgreSQL instance and extract data. Rows of data in PostgreSQL are extracted as JSON objects.Documentation Index
Fetch the complete documentation index at: https://docs.neum.ai/llms.txt
Use this file to discover all available pages before exploring further.
Supports common implementations of PostgreSQL including Supabase
Properties
Required properties:connection_string: Connection string to the Postgres instancequery: SQL query to extract data (i.e. Select * From TableName)
batch_size: The size of batches of rows. Affects performance and latency.
- NeumJSONLoader