Update README.md

This commit is contained in:
Jonathan Guthrie 2017-08-18 15:30:52 -04:00 committed by GitHub
parent 45bb5ad7ab
commit 6c071fb5dc
1 changed files with 6 additions and 1 deletions

View File

@ -2,5 +2,10 @@
Core StORM Library
**Under active development. Please do not use.**
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)