BREAD
BREAD
Explore posts from servers
DTDrizzle Team
Created by BREAD on 6/3/2023 in #help
Setting AUTO_INCREMENT starting value
In MySQL it is possible to make auto incremented column to start from specified value. For example ALTER TABLE tbl AUTO_INCREMENT = 100; Is it possible to do that using Drizzle?
4 replies
DTDrizzle Team
Created by BREAD on 5/31/2023 in #help
Performance questions
I'm using Drizzle ORM with Planetscale DatabaseJS driver and my application has spots where I want to decrease number of HTTP requests to my database. I have following questions: 1. Does Drizzle+DatabaseJS make separate HTTP request for each query? (I know I should be asking this question to DatabaseJS creators, but asking here in case someone is aware of that) 2. If it does, what would be the best way to group several queries so that they are performed in one HTTP request?
40 replies