Kitura / Swift-Kuery-ORM

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

Add support for optional Int `id` properties to `Model` #104

Closed kilnerm closed 5 years ago

kilnerm commented 5 years ago

This PR adds support for optional Integer id properties to the Model protocol.

The README has been updated accordingly.