basic crud operations on article table

This commit is contained in:
2025-11-23 23:35:41 -06:00
parent 40040fa785
commit 7d09974583
4 changed files with 71 additions and 9 deletions
+15 -1
View File
@@ -12,7 +12,8 @@
"dotenv": "^17.2.3",
"drizzle-orm": "^0.44.7",
"express": "^5.1.0",
"pg": "^8.16.3"
"pg": "^8.16.3",
"uuid": "^13.0.0"
},
"devDependencies": {
"@types/express": "^5.0.5",
@@ -2285,6 +2286,19 @@
"node": ">= 0.8"
}
},
"node_modules/uuid": {
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz",
"integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"license": "MIT",
"bin": {
"uuid": "dist-node/bin/uuid"
}
},
"node_modules/vary": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",