cant insert after using drizzle-seed
No schema loaded in Drizzle Studio
"drizzle-kit": "0.29.0", "drizzle-orm": "0.37.0"
.
The studio loads in with no schema and I have no idea why. I'm connecting to a Planetscale DB and following the docs to a tee using their driver. My configurations are all correct, and I can confirm my environment variables are making it into the config and everywhere else. I do have this set up in a monorepo, but this only recently started occurring. I even reverted to an older version and the same things happens.
- Introspection seems to work just fine...
What's the recommended way to handle joins that aggregate results?
with clause type not being inferred properly on insert
How to dynamically select all columns from one table, and join a single column from another table?
Does local.drizzle.studio/index.js weight 18 megabytes for real?
Next.js, Drizzle and Supabase DB with transactions?
Unable to modify data in drizzle studio

All other relations drop when creating a new one
Custom postgres JSON_AGG function help
db.select
that for JsonAgg.
I also want to be able to do things like jsonAgg({...}).orderBy(...).filter(...).as(..)
In my sql queries to make it more like the rest of the ORM. (I need these orderBy and filters optionally, and I know I can just pass them in as arguments but i'm trying to keep the api similar to how the rest of drizzle would implement a feature like this.
I tried extending the SQL class function like this ...Table type
Auth.JS + Drizzle ORM ([auth][error] AdapterError)

drizzle-orm not inferring type from soft relations
drizzle-seed TypeError: Cannot read properties of undefined (reading 'length')
`The types of '_.config.columns' are incompatible between these types` when upgrading to Next 15
DrizzleKit won't regenerate my schemas because of index keys

drizzle queries won't resolve
Disambiguate optional one-to-one relationship
How to spy on Drizzle in Vitest to throw an error
update
to a table (users
) like in the example below.
```...No such column Error - Query help