Kitura / Swift-Kuery-ORM

An ORM for Swift, built on Codable
Apache License 2.0
212 stars 30 forks source link

Consider making Model easier to extend #121

Open fwgreen opened 5 years ago

fwgreen commented 5 years ago

Model might be made more flexible with overloads that took Query or by making some internal functions, such as getSelectQueryWithFilters and convertError, public.

xeokeri commented 4 years ago

I had to do something similar, locally. To do a dynamic WHERE IN clause. I could also use this.