git clone https://github.com/SikandarJODD/sveltekit-drizzle-auth.git stable
npm i
DATABASE_URL= postgres://user:password@host:port/database
Paste Your Database URL
- Go to
Drizzle
Folder - Copy the Migrations
- Paste this as New SQL Querry & Run
- This will Create 3 Tables with
auth_key auth_session auth_user
- Now You are Ready to Go