Data Model
Overview
This section shows the available API objects and provides more information on executing SQL to Streak APIs.
Key Features
- The driver models Streak entities like contacts, organizations, and tasks as relational views, allowing you to write SQL to query Streak data.
- Stored procedures allow you to execute operations to Streak, including adding contacts to a box.
- Live connectivity to these objects means any changes to your Streak account are immediately reflected when using the driver.
Views
Views describes the available views. Views are statically defined to model Contacts and Meetings.
Stored Procedures
Stored Procedures are function-like interfaces to Streak. Stored procedures allow you to execute operations to Streak, including adding contacts to box.