Just check new rows by specified queries and send notification to ntfy
Now support MySQL only
curl https://raw.githubusercontent.com/yendefrr/sql-alerts/refs/heads/main/install.sh | shsqlal config # or edit `.config/sqlal/config.jsonAll queries must be SELECT type and query only one column that should be unique ID
For disable query provide "disabled": true parameter
After configuration run
sqlal startor
sqlal start --config <path-to-config> To stop service
sqlal stop- Other SQL drivers
- DB configuration
- Validation
- Run in background