Tables
The provider models the data in GitHub as a list of tables in a relational database that can be queried using standard SQL statements.
CData ADO.NET Provider for GitHub Tables
| Name | Description |
| Environments | Lists deployment environments configured for a repository, including environment names, statuses, and related configuration data. |
| IssueComments | Logs comments added to issues, capturing discussions, updates, and resolutions for tracking purposes. |
| Issues | Stores comprehensive details about issues in a repository, including labels, assignees, priorities, and statuses. |
| PullRequestReviewRequests | Tracks requests for reviews on pull requests, including information about requested reviewers and their response statuses. |
| PullRequests | Contains metadata about pull requests in a repository, such as their titles, descriptions, current statuses, and authors, to manage proposed changes effectively. |