PureSwift / CoreModel

Pure Swift ORM (Supports Linux)
MIT License
34 stars 4 forks source link

Add default implementation for `Entity` encoding #5

Closed colemancda closed 1 year ago

colemancda commented 1 year ago

Add default implementation for Entity.init(from model: ModelData) throws and Entity.encode(), ideally backed by custom Encoder and Decoder.