Your D1 Database contains the following data:
> SELECT * FROM alerts LIMIT 3;
[
{
"Alert ID": 1,
"Alert Severity": "test",
"Alert Type": "test",
"Alert Code": "test",
"Alert Name": "test",
"Alert Description": "test",
"Alert Timestamp": "test"
}
]
Build a comments API with Workers and D1