Kitura / Swift-Kuery-ORM

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

Provide support for inheritance strategies #55

Open fwgreen opened 6 years ago

fwgreen commented 6 years ago

Allow users to inherit from a Base class, Active Record style, or a MappedSuperclass, JPA style, among other inheritance strategies.