Flowise/packages/components/nodes/recordmanager/PostgresRecordManager
Henry Heng 9a417bdc95
Bugfix/update nodevm sandbox options, sanitize tablename (#3818)
* update nodevm sandbox options, sanitize tablename

* sanitize file name when getFileFromStorage
2025-01-07 15:26:25 +00:00
..
PostgresRecordManager.ts Bugfix/update nodevm sandbox options, sanitize tablename (#3818) 2025-01-07 15:26:25 +00:00
README.md FEATURE:: Support for metrics collection - Prometheus and Open Telemetry (#3420) 2024-11-08 00:00:43 +00:00
postgres.svg Feature/Indexing (#1802) 2024-04-02 23:47:19 +01:00
utils.ts [Prostgres Vector Store] Add PGVector Driver option + Fix null character issue w/ TypeORM Driver (#3367) 2024-11-01 18:13:45 +00:00

README.md

Postgres Record Manager

Postgres Record Manager integration for Flowise

🌱 Env Variables

Variable Description Type Default
POSTGRES_RECORDMANAGER_HOST Default host for Postgres Record Manager String
POSTGRES_RECORDMANAGER_PORT Default port for Postgres Record Manager Number 5432
POSTGRES_RECORDMANAGER_USER Default user for Postgres Record Manager String
POSTGRES_RECORDMANAGER_PASSWORD Default password for Postgres Record Manager String
POSTGRES_RECORDMANAGER_DATABASE Default database for Postgres Record Manager String
POSTGRES_RECORDMANAGER_TABLE_NAME Default tableName for Postgres Record Manager String upsertion_records

License

Source code in this repository is made available under the Apache License Version 2.0.