mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00

This commit adds the initial support for Google Cloud SQL: - Adds a new service 'SQL' to the existing 'Google' provider - Creates new shared methods to be reused by different services - Add requests, models and tests for Tiers
3 lines
83 B
Ruby
3 lines
83 B
Ruby
require 'fog/google/compute'
|
|
require 'fog/google/storage'
|
|
require 'fog/google/sql'
|