我是gcp新手,正在尝试使用CloudSQLPostgres。我创建了一个数据库,希望使用java或scala在其中创建/更新/删除表。我正在尝试使用'com.google.cloud.sql‘包中的postgres-socket-factory。但是在创建连接时,我得到了一个错误,
"java.sql.SQLException: No suitable driver found for j
我在我的开发工作站上使用SQLAlchemy 0.7.9连接到GoogleCloudSQL失败(希望使用create_all()生成模式)。我不能传递以下错误:
sqlalchemy.exc.DBAPIError: (AssertionError) No api proxy found for service "rdbms" None None我能够使用google_sql.py instancename成功地
我已经将Django部署到了连接到CloudSQL (PostgreSQL)实例的AppEngine上。# [START django_app]service: prestige-worldwide
# This configures GoogleAppEngine to serve the files in the app<