Open ajvb opened 7 years ago
What sort of support are you looking at @ajvb? I'd be happy to help with implementation of this.
@wsandin Just support for Postgres as well as MySQL as the backend
How do you feel about replacing the MySQL backend with a generic SQLAlchemy? It would remove the need for custom backends (which probably duplicates work done as part of SQLAlchemy). Stick to the core portion, not using the ORM would retain most of the compatibility.
Would be nice for those more Postgres-friendly shops (like where I work). Definitely a nice-to-have.