Y
Hacker News
new
|
ask
|
show
|
jobs
by
nnutter
3550 days ago
Are there any good options to support logic (and/or) and facets/fields with Postgres? We started using ES basically just for the "free" query language. (Obviously we would want something that is safe from sql injection.)
1 comments
anewhnaccount
3550 days ago
SQL supports logic. Either escape manually, use the templating in your driver or use an ORM.
link
nnutter
3549 days ago
So, "No".
link
eyelidlessness
3548 days ago
I'm confused. Seems the answer is "yes"?
link