getting chirps!

This commit is contained in:
2025-03-11 19:33:53 +02:00
parent de5f090a9c
commit bd6583831c
6 changed files with 182 additions and 15 deletions

View File

@@ -0,0 +1,2 @@
-- name: GetAllChirps :many
SELECT * FROM chirps ORDER BY created_at;