dot
dot
DTDrizzle Team
Created by dot on 10/30/2024 in #help
is there a way to use custom functions without raw sql?
db.insert(schema).values({name, structure: sql`custom_func(${structure}::cstring)`});
db.insert(schema).values({name, structure: sql`custom_func(${structure}::cstring)`});
3 replies