feat: db init
This commit is contained in:
parent
0b1cbef59e
commit
a6fc74e851
23 changed files with 1536 additions and 5553 deletions
5
packages/db/.env.example
Normal file
5
packages/db/.env.example
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Drizzle ORM configuration for Supabase PostgreSQL database
|
||||
DATABASE_URL=
|
||||
|
||||
# Required to run supabase cli commands
|
||||
SUPABASE_DB_PASSWORD=
|
||||
Loading…
Add table
Add a link
Reference in a new issue