Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
dot
Posts
Comments
DT
Drizzle 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