sv-drizzle
v0.0.1
Published
 | Frameworks | Names | | ---------- | ---------------------- | | Full Stack | SvelteKit | | CSS | Tailwind CSS, Daisy UI | | Backend | Supabase | | ORM | Drizzle ORM |
Readme
| 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.gitCreate .env
Paste Your Supabase - Database URL
DATABASE_URL=postgres://postgres:postgres@localhost:5432/capstoneDon't add # in Database Url , Dont add# in database Password
Install Packages & Run
cd SvelteKit-Drizzle
npm iSupabase
- 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 -- --openOutput

