Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mindsdb-dependabot-npm-and-yarn-docs-multi-349381870a.mintlify.app/llms.txt

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

Description

The query() methods enables you to run queries on models, tables, and views stored in a project.

Syntax

Use the query() method to submit a query to a project:
query = project.query('SELECT * FROM my_table;')
query.fetch()