Kitura / Swift-Kuery-ORM

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

Consider providing sync versions of Model's functions #118

Open fwgreen opened 5 years ago

fwgreen commented 5 years ago

Async functions work well for REST APIs but become unwieldy when working with templates. And it's a real burden to write one's own synchronous versions of find, findAll, update, etc.