Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 523 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 523 Bytes

SwiftyModel

Domain Model implementation as a plain struct in Swift.

  • Entities Repository
  • Typed Relations of all kinds
  • Persistance (in development)
  • Migrations (in development)
  • CoreData/SwiftData sync (in development)

SwiftyModel is like an ORM but without a database.

Notice: the package is in early development stage.