David L. Bowman
David L. Bowman
DTDrizzle Team
Created by David L. Bowman on 11/1/2024 in #help
Setting up drizzle.config.ts for AWS
@Ed , I'm trying to hire a professional AWS person help me, if I find an answer, I'll let you know.
7 replies
DTDrizzle Team
Created by David L. Bowman on 11/1/2024 in #help
Setting up drizzle.config.ts for AWS
do you have a working version, could you tell me the versions?
7 replies
DTDrizzle Team
Created by David L. Bowman on 10/31/2024 in #help
Help Setting up Driver w/ AWS RDS
I am now a core contributor.
5 replies
DTDrizzle Team
Created by David L. Bowman on 10/31/2024 in #help
Help Setting up Driver w/ AWS RDS
5 replies
DTDrizzle Team
Created by David L. Bowman on 10/31/2024 in #help
Help Setting up Driver w/ AWS RDS
The documentation is incorrect, it should be import { drizzle } from "drizzle-orm/aws-data-api/pg"
5 replies
DTDrizzle Team
Created by David L. Bowman on 8/29/2024 in #help
`id` type is `undefined` when using `serial("id").primaryKey()`
I could do this, maybe this is best?
if (id) {
await db
.update(users)
.set({
telegra_sso_key: telegraSSOKey,
})
.where(eq(users.id, id))
}
if (id) {
await db
.update(users)
.set({
telegra_sso_key: telegraSSOKey,
})
.where(eq(users.id, id))
}
7 replies
DTDrizzle Team
Created by David L. Bowman on 8/29/2024 in #help
`id` type is `undefined` when using `serial("id").primaryKey()`
I can do id as number but that's bad practice 😦
7 replies
DTDrizzle Team
Created by David L. Bowman on 8/29/2024 in #help
`id` type is `undefined` when using `serial("id").primaryKey()`
what's the best way to do this?
7 replies
DTDrizzle Team
Created by David L. Bowman on 8/29/2024 in #help
`id` type is `undefined` when using `serial("id").primaryKey()`
id can be undefined because it's created as a serial, but... i'm using .update so it obviously exists.
7 replies
DTDrizzle Team
Created by David L. Bowman on 5/6/2024 in #help
Changing `id` type from serial to uuid, causing error.
you both taught me a lot today.
82 replies
DTDrizzle Team
Created by David L. Bowman on 5/6/2024 in #help
Changing `id` type from serial to uuid, causing error.
thhank you for your help @samson and @ColdRiver
82 replies
DTDrizzle Team
Created by David L. Bowman on 5/6/2024 in #help
Changing `id` type from serial to uuid, causing error.
easy enough then.
82 replies
DTDrizzle Team
Created by David L. Bowman on 5/6/2024 in #help
Changing `id` type from serial to uuid, causing error.
ahhh, i got you.
82 replies
DTDrizzle Team
Created by David L. Bowman on 5/6/2024 in #help
Changing `id` type from serial to uuid, causing error.
No description
82 replies
DTDrizzle Team
Created by David L. Bowman on 5/6/2024 in #help
Changing `id` type from serial to uuid, causing error.
i built a CLI tool for myself, which I use to do this 😄 i thought it would be good practice to turn it into an app.
82 replies
DTDrizzle Team
Created by David L. Bowman on 5/6/2024 in #help
Changing `id` type from serial to uuid, causing error.
i bought a domain b/c i figured i'd share w/ others 😄
82 replies
DTDrizzle Team
Created by David L. Bowman on 5/6/2024 in #help
Changing `id` type from serial to uuid, causing error.
i was going to add the features after i figured out the orm/db part, which was harder than i thought.
82 replies
DTDrizzle Team
Created by David L. Bowman on 5/6/2024 in #help
Changing `id` type from serial to uuid, causing error.
so far, the only commands are "help" "hi" and "bye" 😄
82 replies
DTDrizzle Team
Created by David L. Bowman on 5/6/2024 in #help
Changing `id` type from serial to uuid, causing error.
82 replies
DTDrizzle Team
Created by David L. Bowman on 5/6/2024 in #help
Changing `id` type from serial to uuid, causing error.
it's just a stupid terminal app which plays a sound at an interval to remind you to do something
82 replies