Project データモデル
Overview
The 本製品 models each project associated with the authenticated account as a schema.
Note: The 本製品 does not read from classic projects, due their deprecation in the GitHub API.
Key Features
- The 本製品 models GitHub entities as relational views, allowing you to write SQL to query GitHub data.
- Stored procedures allow you to execute operations to GitHub.
- Live connectivity to these objects means any changes to your account are immediately reflected when using the 本製品.
Views
ビュー are read-only tables that expose GitHub entities like item information and custom views.
Stored Procedures
ストアドプロシージャ are function-like interfaces to the data source. They are used to perform functions such as getting the currently authenticated user or retrieving and refreshing OAuth access tokens.