eveningkid / denodb

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
https://eveningkid.com/denodb-docs
MIT License
1.93k stars 129 forks source link

Conditional "OR" query #385

Open saeho opened 6 months ago

saeho commented 6 months ago

From what I can read, I don't think denodb supports "OR" conditional operators yet.

Is there plans to implement "OR" conditional operators in the near future?

If not, could you please advise best way to accomplish "OR" operations? I'm not sure if there's a way to do a raw query against the database either unless I'm mistaken.