PhilWaldmann / openrecord

Make ORMs great again!
https://openrecord.js.org
MIT License
486 stars 38 forks source link

how to use "where" #87

Closed xualen closed 5 years ago

xualen commented 5 years ago

hello @PhilWaldmann , there is a sql " select * from articles where id=1 or title='test' ". how do i use "with condition where" for this sql.

PhilWaldmann commented 5 years ago

just for completion: query