DEV Community

Discussion on: Write SQL Queries With Confidence (TypeScript + Postgres)

Collapse
 
raibtoffoletto profile image
Raí B. Toffoletto

Very interesting!! Will check it out. Thanks 🎉

I like TypeORMs query build but still sometimes when you need to do a raw query, would be great to have a linter.

Does it support checking of parameters as well!? Because that variable in literal string query is just a call for sql injection.

Collapse
 
newbie012 profile image
Eliya Cohen

It won't be, since it's a template literal. Parameter support is definitely in my roadmap.

If you're interested, be sure to follow at github.com/ts-safeql/safeql/issues/14