Tables
The adapter models the data in Trello as a list of tables in a relational database that can be queried using standard SQL statements.
Trello Adapter Tables
Name | Description |
Boards | Lists all boards that are available to the user. |
CardAttachments | Lists all the attachments of each card. |
CardChecklists | Lists all checklists that have been created. |
Cards | Lists all the cards from every board |
Comments | Lists comments on cards. |
Lists | Lists all the lists that have been created on boards. |
Memberships | Lists all members associated with the boards. |