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