Joey9
DTDrizzle Team
•Created by Joey9 on 4/12/2025 in #help
Drizzle & Supabase
Hello, im using supabase and doing a database first approach. I make my db changes using supabase UI and then i drizzle-kit pull to generate the ts files.
right now doing the command its making
and
the
usersInAuth
doesn't exists and i saw looking through discord we import from:
import { authUsers } from "drizzle-orm/supabase"
to make it work.
But how can i make drizzle use that, because whenever i drizzle-kit pull, its just going to keep overwriting the relation,schema ts files
any help/advice when working with supabase would be appreciated. thanks24 replies