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

SQL supports logic. Either escape manually, use the templating in your driver or use an ORM.
So, "No".
I'm confused. Seems the answer is "yes"?