If you installed MindsDB locally, use the below command to run its Postgres API:
How to Connect
To connect MindsDB in PostgreSQL, use thepsql
client program:
- host:
localhost
- port:
55432
- database:
mindsdb
- user:
mindsdb
Please see this page for implementation details.