Skip to content

SikandarJODD/sveltekit-drizzle-auth

Repository files navigation

SvelteKit - Lucia - Drizzle ORM

Installation

 git clone https://github.com/SikandarJODD/sveltekit-drizzle-auth.git stable

Install Packages

npm i

Create .env File in Root Folder

DATABASE_URL= postgres://user:password@host:port/database

Paste Your Database URL

Usage Part

  • 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