About
GH-59 added a few utilities useful for additonal SQLAlchemy support, for example, a polyfill mechanism to emulate unique constraints.
Problem
The implementation can only handle unique constraints on single columns. In practice, we need more.
References