Titan
Explore posts from serversDTDrizzle Team
•Created by Titan on 11/4/2024 in #help
pgTable This overload is deprecated. Use the other method overload instead.
3 replies
DTDrizzle Team
•Created by Bradley on 2/9/2024 in #help
How to define schemas (any dialect) with full text search column types?
did you find an answer to this?
3 replies
DTDrizzle Team
•Created by Titan on 4/26/2024 in #help
Return type is only "with" types, ignores "columns" types
this is fixed by using
as const
to the columns
object declaration3 replies
DTDrizzle Team
•Created by Titan on 4/26/2024 in #help
Return type is only "with" types, ignores "columns" types
3 replies
DTDrizzle Team
•Created by Titan on 4/8/2024 in #help
Insert returning api to match select columns
useful thanks, I wonder if that works in a Drizzle relational query "columns" option as shown in the screenshot above. The example only shows it's usage in db.select which makes me doubtful, will have to give it a go thanks
8 replies
DTDrizzle Team
•Created by Titan on 4/8/2024 in #help
Insert returning api to match select columns
8 replies
DTDrizzle Team
•Created by Titan on 4/8/2024 in #help
Insert returning api to match select columns
8 replies
DTDrizzle Team
•Created by Titan on 2/28/2024 in #help
Type for schema when creating db client
not my code but found this as you describe and it works now thanks! https://github.com/andrei-vintila/mogo-sesizeaza/blob/c0bef084e4a0c1467e2cd6c44671a42166514d7a/server/utils/db.ts#L13C1-L13C37
10 replies
DTDrizzle Team
•Created by Titan on 2/28/2024 in #help
Type for schema when creating db client
thanks for the pointers, no joy but I'll keep digging
10 replies
DTDrizzle Team
•Created by Titan on 2/28/2024 in #help
Type for schema when creating db client
My schema file matches the documentation and is a list of variable exports:
10 replies