Your D1 Database contains the following data:
> SELECT * FROM comments LIMIT 3;
[
{
"id": 1,
"author": "Kristian",
"content": "Congrats!"
}
]
Build a comments API with Workers and D1
Your D1 Database contains the following data:
> SELECT * FROM comments LIMIT 3;
[
{
"id": 1,
"author": "Kristian",
"content": "Congrats!"
}
]
Build a comments API with Workers and D1