algoguy
algoguy
DTDrizzle Team
Created by algoguy on 11/29/2023 in #help
no migrations for pgenums in drizzle-kit
not able to see migrations generated for pgenums in drizzle kit, is this not implemented yet or maybe i'm doing something wrong?
1 replies
DTDrizzle Team
Created by algoguy on 11/10/2023 in #help
Logging query time
Is it possible to log query time? I see that the current logger implementation sends the sql and the params of sql but I couldn't find anything which lets me see the time it took to run the query
1 replies
DTDrizzle Team
Created by algoguy on 10/30/2023 in #help
How to create jsonb attribute index in drizzle
Suppose I have a table
Books
author: varchar
extra: jsonb
Books
author: varchar
extra: jsonb
I want to create an index on extra ->> 'createdDate', how do I do this in drizzle I know this is possible in postgres, just want to know if its possible on drizzle with sql operator? or should I create this manually
1 replies