Implementing Drizzle to add views and like for post

This commit is contained in:
2024-06-30 14:30:15 +02:00
parent 0faa737863
commit 5af447e4a9
14 changed files with 977 additions and 943 deletions

View File

@@ -0,0 +1,3 @@
export default defineEventHandler(() => {
return useDB().query.posts.findMany()
})