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()