This commit is contained in:
Ryan Coyne 2017-12-01 11:38:20 -05:00
commit cb25dd757e
1 changed files with 6 additions and 0 deletions

View File

@ -9,3 +9,9 @@ StORM is a modular ORM for Swift, layered on top of Perfect.
It aims to be easy to use, but flexible, and maintain consistency between datasource implementations for the user: you, the developer. It tries to allow you to write great code without worrying about the details of how to interact with the database.
Please see the full documentation at: [https://www.perfect.org/docs/StORM.html](https://www.perfect.org/docs/StORM.html)
# Latest Updates:
- Increased flexibility with determining the primary key, without having to have it your first declared variable in your model.
- Includes subclassing support.
- Includes optional variable support.