user
: The username for the PostgreSQL database.password
: The password for the PostgreSQL database.host
: The hostname, IP address, or URL of the PostgreSQL server.port
: The port number for connecting to the PostgreSQL server.database
: The name of the PostgreSQL database to connect to.schema
: The database schema to use. Default is public.sslmode
: The SSL mode for the connection.CREATE DATABASE
statement and named postgresql_conn
.
Retrieve data from a specified table by providing the integration name, schema, and table name:
Database Connection Error
SQL statement cannot be parsed by mindsdb_sql