SvelteKit-Drizzle
SvelteKit-Drizzle copied to clipboard
Contains : SvelteKit + Drizzle ORM - Supabase
trafficstars

| Frameworks | Names |
|---|---|
| Full Stack | SvelteKit |
| CSS | Tailwind CSS, Daisy UI |
| Backend | Supabase |
| ORM | Drizzle ORM |
Git Clone Repo
git clone https://github.com/SikandarJODD/SvelteKit-Drizzle.git
or
npm Install Package
npm i sv-drizzle
Create .env
Paste Your Supabase - Database URL
DATABASE_URL=postgres://postgres:postgres@localhost:5432/capstone
Don't add # in Database Url , Dont add# in database Password
Install Packages & Run
cd SvelteKit-Drizzle
npm i
Supabase
- Go to Supabase > Go to SQL Editor
- Click on
New Querry > New Blank Querry - Add your Generated SQL code
- Now You are Read to Go
Run on Localhost
npm run dev -- --open
Output
