Implement alert history database support. This needs ORM like SQLAlchemy to be useful example config ```yaml database: type: postgresql # postgresql, sqlite, others sqlalchemy supported params: user: ... pass: ... ```
Implement alert history database support.
This needs ORM like SQLAlchemy to be useful
example config