Hello, I’m Allie!
Hello, I’m Allie!
Explore posts from servers
DTDrizzle Team
Created by Hello, I’m Allie! on 5/11/2024 in #help
Environment-based Connection Configs?
Sorry for the slow reply. That’s not quite it, I meant specifically for DrizzleKit Studio
5 replies
DTDrizzle Team
Created by Hello, I’m Allie! on 5/11/2024 in #help
Environment-based Connection Configs?
Also would be nice to not need this monstrosity:
dbCredentials: {
url: "file://" + resolve("./.wrangler/state/v3/d1/miniflare-D1DatabaseObject/e2acb388179c1d9bd8e89fb6d23bb28f2d966b54bbea2b2b05f1a7d20636b479.sqlite"),
}
dbCredentials: {
url: "file://" + resolve("./.wrangler/state/v3/d1/miniflare-D1DatabaseObject/e2acb388179c1d9bd8e89fb6d23bb28f2d966b54bbea2b2b05f1a7d20636b479.sqlite"),
}
5 replies
DTDrizzle Team
Created by Hello, I’m Allie! on 5/7/2024 in #help
Why must batches be readonly?
Thanks!
7 replies
DTDrizzle Team
Created by Hello, I’m Allie! on 5/7/2024 in #help
Why must batches be readonly?
Is there a way to disable that check, or do I need to cast it in?
7 replies
DTDrizzle Team
Created by Hello, I’m Allie! on 5/7/2024 in #help
Why must batches be readonly?
I don't care about the return values at all, other than if they are erroring maybe
7 replies
DTDrizzle Team
Created by Hello, I’m Allie! on 5/3/2024 in #help
Delta Updates(somehow)?
Ok, that makes sense... I've also contemplated having a separate table that I insert into, then replace the old table with the new one, but I would assume that is also outside the scope of what Drizzle supports
3 replies