maverickdoge
maverickdoge
Explore posts from servers
DTDrizzle Team
Created by maverickdoge on 10/26/2024 in #help
Help with helper utils
No description
10 replies
DTDrizzle Team
Created by maverickdoge on 10/26/2024 in #help
Help with helper utils
@Raphaël M (@rphlmr) ⚡
10 replies
DTDrizzle Team
Created by maverickdoge on 10/26/2024 in #help
Help with helper utils
No description
10 replies
DTDrizzle Team
Created by maverickdoge on 10/26/2024 in #help
Help with helper utils
I am using 0.32, its almost the latest. But is that okay?`
10 replies
DTDrizzle Team
Created by maverickdoge on 8/29/2024 in #help
missing FROM-clause entry for table "subquery"
No description
9 replies
DTDrizzle Team
Created by maverickdoge on 8/27/2024 in #help
Only return single result
thats annoying
5 replies
DTDrizzle Team
Created by maverickdoge on 8/27/2024 in #help
Only return single result
but there must be a easier way
5 replies
DTDrizzle Team
Created by maverickdoge on 8/2/2024 in #help
Help with query
@nk I would really appreciate if u would suggest me the query
7 replies
DTDrizzle Team
Created by maverickdoge on 7/18/2024 in #help
Schema filter not working
@rphlmr ⚡ But as per my understanding. It is only relevant when creating postgis related tables. But I am justing doing the introspect so shouldn't that geometry type be refrenced in the schema.ts by the cli?
19 replies
DTDrizzle Team
Created by maverickdoge on 7/18/2024 in #help
Schema filter not working
So actually i have it but still its creating unknown type. Need any extra config?
19 replies
DTDrizzle Team
Created by maverickdoge on 7/18/2024 in #help
Schema filter not working
Last one. So as per this discussion https://discord.com/channels/1043890932593987624/1263501087055413294 gemoetry type should be added when doing introspect if u have the latest version of drizzle.
19 replies
DTDrizzle Team
Created by maverickdoge on 7/18/2024 in #help
Schema filter not working
@rphlmr ⚡ thanks!
19 replies
DTDrizzle Team
Created by maverickdoge on 7/18/2024 in #help
Schema filter not working
No description
19 replies
DTDrizzle Team
Created by maverickdoge on 7/18/2024 in #help
Schema filter not working
@rphlmr ⚡ ok. I mean its not hurting so I am fine with that. But I am using supabase auth and as per this discussion https://github.com/supabase/supabase/issues/19883 it should create a a users table for refrencing to the auth schema. const authSchema = pgSchema("auth"); export const Users = authSchema.table("users", { id: uuid("id").primaryKey(), }); but its not doing that.
19 replies
DTDrizzle Team
Created by maverickdoge on 7/18/2024 in #help
Schema filter not working
@rphlmr ⚡ so basically its fetching too much. So for example its pulling enums from other schemas
19 replies