Tables
The driver models the data in GitHub as a list of tables in a relational database that can be queried using standard SQL statements.
CData JDBC Driver for GitHub Tables
Name | Description |
IssueComments | Lists information about comments which were made on a specific issue. |
Issues | Lists all project issues. |
PullRequestReviewRequests | Lists review requests associated with pull requests. |
PullRequests | Lists information about pull requests in a repository. |