Data Model
This section describes how the provider models the Google Cloud Storage API as relational Views and Stored Procedures.
Key Features
- The provider models Google Cloud Storage buckets, bucket information, and objects as relational views, allowing you to write SQL to query Google Cloud Storage data.
- Stored procedures allow you to execute operations to Google Cloud Storage, including downloading and uploading objects.
- Live connectivity to these objects means any changes to your Google Cloud Storage account are immediately reflected when using the provider.
Using Bucket Schema
See Bucket Schema for the available entities in the BucketSchema schema.
Using Information Schema
See Information Schema for the available entities in the Information schema.
System Tables
System Tables contains information about the objects and resources belonging to your database.
Stored Procedures
Stored procedures allow you to execute operations to Google Cloud Storage, including downloading and uploading objects.