Skip to main content

Documentation Index

Fetch the complete documentation index at: https://pearsdb.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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