novi / mysql-swift

A type safe MySQL client for Swift
MIT License
163 stars 41 forks source link

Decimal Type #86

Closed novi closed 6 years ago

novi commented 6 years ago

Support for Decimal type in Codable container. In MySQL database side, both DOUBLE or TEXT SQL scheme type will be handled.