node -postgres appears to work exclusively with bound parameters: client.query('SELECT * FROM table WHERE id = $1', [ id ]) ; this will work if I had a known ...
確定! 回上一頁