mysql icon indicating copy to clipboard operation
mysql copied to clipboard

One-off query with parameters

Open anarthal opened this issue 3 years ago • 0 comments

Allow executing a one-off query with parameters without requiring the user to compose the query by string concatenation.

Ideas:

The ideal syntax would be something like:

conn.query( "SELECT * FROM tb_something WHERE id = ?", id );

anarthal avatar May 12 '22 10:05 anarthal