Skip to main content

Install the Python SDK

pip install mindsdb

Connect to PearsDB

from mindsdb.sqlalchemy import MindsDB

mindsdb = MindsDB()

Run Locally

Run the following command in your terminal.
npx next dev