Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

postgres.js sanitizes inputs, but also provides a backdoor, so

  sql`select ${"hello"}, ${sql`world`}`
becomes

  select $1, world
[1] https://github.com/porsager/postgres


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: