dropbox / securitybot

Distributed alerting for the masses!
Apache License 2.0
994 stars 112 forks source link

Postgres Support #13

Open ajvb opened 7 years ago

ajvb commented 7 years ago

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

wsandin commented 6 years ago

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

ajvb commented 6 years ago

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

fruechel commented 6 years ago

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.