cv01
DTDrizzle Team
•Created by cv01 on 12/18/2024 in #help
Is this community still active?
For such a large OSS project with so many backers and users, it sure is quiet here.
5 replies
DTDrizzle Team
•Created by cv01 on 12/14/2024 in #help
sql.raw with params array
Is there a way to create a
SQL
instance using something like sql.raw('select * from users where id = $1', ['user-id'])
? I am not able to use string templates and I already have a Query
object like {sql: "select * from users where id = $1", params: ["user-id"]}
that I simply want to run.2 replies