Kitura / Swift-Kuery-ORM

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

Add property to set encoding format for `Date` properties. #110

Closed kilnerm closed 5 years ago

kilnerm commented 5 years ago

This PR add a property to Model which allows the user to specify a chosen format for encoding any properties which are of type Date to their database.

The PR also updates the ORM to respect the value of the property when creating a table from a Model.