接続
Dialect URL での接続
SQLAlchemy を使用して接続を確立するには、特定のURL 形式が使用されます。
import sqlalchemy as orm engine = orm.create_engine("ibmcloudobjectstorage:///?ApiKey=myApiKey;CloudObjectStorageCRN=MyInstanceCRN;Region=myRegion;OAuthClientId=MyOAuthClientId;OAuthClientSecret=myOAuthClientSecret;")