Titan
Titan
Explore posts from servers
DTDrizzle Team
Created by Titan on 11/4/2024 in #help
pgTable This overload is deprecated. Use the other method overload instead.
No description
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 declaration
3 replies
DTDrizzle Team
Created by Titan on 4/26/2024 in #help
Return type is only "with" types, ignores "columns" types
No description
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
No description
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
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:
export const user = sqliteTable(
'app-user',
{
export const user = sqliteTable(
'app-user',
{
10 replies