📧 List of Received Emails

Your D1 Database contains the following emails:

> SELECT * FROM emails LIMIT 3;
[ { "id": 1, "author": "Kristian", "body": "Great post!", "post_slug": "hello-world" }, { "id": 2, "author": "Serena", "body": "Keep up the good work.", "post_slug": "hello-world" }, { "id": 3, "author": "Max", "body": "Thanks for the great writeup.", "post_slug": "tutorial-123" } ]
Learn how to build a D1 API