Your D1 Database contains the following data:
> SELECT * FROM comments LIMIT 3;
[
{
"id": "7pzj6OySc06n8Af5rCXiNQfQ8OJKtb7T",
"name": "Darko",
"email": "espadomkd@gmail.com",
"email_verified": 1,
"image": "https://lh3.googleusercontent.com/a/ACg8ocIpLKM8bVyzpX0FyxxWUsMqqSLaq7M5jkLLgEGyOKNxix1q18o3=s96-c",
"created_at": 1759253203,
"updated_at": 1759253203,
"role": "admin",
"banned": 0,
"ban_reason": null,
"ban_expires": null
},
{
"id": "sFQEcxQDiA5fa3tsIGTzubTto3q66mA9",
"name": "Yoav Golde",
"email": "ygolde@gmail.com",
"email_verified": 1,
"image": "https://lh3.googleusercontent.com/a/ACg8ocIsT2unbVcPO8-I-82J0IND3ehs8BSz8BcLJE_jmjzQXxmcoJJ7=s96-c",
"created_at": 1759585291,
"updated_at": 1759585291,
"role": "user",
"banned": 0,
"ban_reason": null,
"ban_expires": null
},
{
"id": "kpOfxXB4Xbiz1PdXVMfNwLY9JHzfeDTV",
"name": "Slavcho Pop Goshevski",
"email": "slavco.popgosevski@gmail.com",
"email_verified": 1,
"image": "https://lh3.googleusercontent.com/a/ACg8ocJtMfTdN6nLLlc9qg7SLVZpevh8wZi8GqSIV8OKAXqRN9HG1ID7=s96-c",
"created_at": 1760032949,
"updated_at": 1760032949,
"role": "user",
"banned": 0,
"ban_reason": null,
"ban_expires": null
}
]
Build a comments API with Workers and D1