Added Drizzle ORM for Database Connection and Basic Member Command

This commit is contained in:
Ahmad 2024-11-23 15:14:21 -05:00
parent f1e6e05345
commit 9030fbcdcb
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
11 changed files with 1955 additions and 154 deletions

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
target/
node_modules/
drizzle/
config.json
.vscode
.yarn