Hacker News new | ask | show | jobs
by morgo 2699 days ago
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.

2 comments

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