Your D1 Database contains the following data:
> SELECT * FROM comments LIMIT 3;
[
{
"id": 1,
"author": "Kristian",
"content": "Congrats!"
},
{
"id": 2,
"author": "Serena",
"content": "Great job!"
},
{
"id": 3,
"author": "Max",
"content": "Keep up the good work!"
}
]
Build a comments API with Workers and D1