feat: add Drizzle ORM support and update README with environment setup and migration scripts

This commit is contained in:
2025-12-07 10:20:00 +00:00
parent 546573c694
commit 27d14ac112
8 changed files with 91 additions and 5 deletions

View File

@@ -8,4 +8,4 @@ app.get('/', (req, res) => {
app.listen(3000, () => {
console.log('Server is running on port 3000');
});
});