pip install mindsdb[postgres]
.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.psql_datasource
as the datasource name, which is defined in the CREATE DATABASE
command.Database Connection Error
SQL statement cannot be parsed by mindsdb_sql