dwyl / abase

:house: A (solid) Base for your Web Application.
9 stars 0 forks source link

SQL 'OR' queries #73

Closed Danwhy closed 7 years ago

Danwhy commented 7 years ago

Is it possible to do OR (or AND) queries using this module at the moment?

For example:

SELECT * FROM table WHERE id=1234 OR id=5678

jrans commented 7 years ago

@Danwhy can you ask this question in https://github.com/dwyl/joi-postgresql as a feature request? (i.e. no but very happy for you to produce an elegant solution to add feature?

Danwhy commented 7 years ago

https://github.com/dwyl/joi-postgresql/issues/24