Hacker News new | ask | show | jobs
by gigatexal 2702 days ago
How good or bad is the SqlAlchemy support?
1 comments

It should work fine, with one item to note:

I believe SqlAlchemy defaults to READ-COMMITTED, whereas TiDB defaults to (and recommends) MySQL's default of REPEATABLE-READ.

Any chance you guys run it against the SQLalchemy test suite?
I’ll check it out today. Thanks.