Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 322 Bytes

File metadata and controls

17 lines (12 loc) · 322 Bytes
title Query Projects
sidebarTitle Query Projects

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