Can SQLAlchemy be used with Google Cloud SQL?

前端 未结 4 1682
一生所求
一生所求 2020-12-01 05:13

I\'ve looked over Google Cloud SQL\'s documentation and various searches, but I can\'t find out whether it is possible to use SQLAlchemy with Google Cloud SQL, and if so, wh

4条回答
  •  栀梦
    栀梦 (楼主)
    2020-12-01 05:52

    Yes,

    If you find any bugs in SA+Cloud SQL, please let me know. I wrote the dialect code that was integrated into SQLAlchemy. There's a bit of silly business about how Cloud SQL bubbles up exceptions, so there might be some loose ends there.

提交回复
热议问题