Flowise/packages/components/nodes/recordmanager/PostgresRecordManager
Marko 9554b1a8e3
Ensure proper cleanup of the database connection in `createSchema` (#5315)
* Ensure proper cleanup of the database connection in `createSchema` method in `MySQLRecordManager`.

* Update MySQLrecordManager.ts

* Refactor createSchema to optimize dataSource usage

Refactor createSchema method to avoid duplicate dataSource retrieval.

* Refactor createSchema method for efficiency

Refactor createSchema to avoid redundant dataSource retrieval.

---------

Co-authored-by: Henry Heng <henryheng@flowiseai.com>
2025-10-28 12:29:45 +00:00
..
PostgresRecordManager.ts Ensure proper cleanup of the database connection in `createSchema` (#5315) 2025-10-28 12:29:45 +00:00
README.md feat: Add SSL configuration option for Postgres connections (#4130) 2025-03-13 10:57:38 +00:00
postgres.svg Feature/Indexing (#1802) 2024-04-02 23:47:19 +01:00
utils.ts feat: Add SSL configuration option for Postgres connections (#4130) 2025-03-13 10:57:38 +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
POSTGRES_RECORDMANAGER_SSL Default ssl for Postgres Vector Store Boolean false

License

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