Repository Data Model
Overview
The driver models each repository associated with the authenticated account as a schema.
Key Features
- The driver 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 driver.
Views
Views are read-only tables that expose GitHub entities like pull requests, issues, and commits.
Stored Procedures
Stored Procedures are function-like interfaces to the data source. They are used to perform functions such as retrieving and refreshing OAuth access tokens.