securitybot icon indicating copy to clipboard operation
securitybot copied to clipboard

Postgres Support

Open ajvb opened this issue 8 years ago • 3 comments
trafficstars

Would be nice for those more Postgres-friendly shops (like where I work). Definitely a nice-to-have.

ajvb avatar Mar 02 '17 05:03 ajvb

What sort of support are you looking at @ajvb? I'd be happy to help with implementation of this.

wsandin avatar Jan 07 '18 11:01 wsandin

@wsandin Just support for Postgres as well as MySQL as the backend

ajvb avatar Jan 07 '18 23:01 ajvb

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.

fruechel avatar Feb 15 '18 06:02 fruechel