Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 315 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 315 Bytes

SQLiteDataModel

SQLiteDataModel is able to create and migrate versions of SQLite databases using Data Model and Mapping Model documents, abandoning Core Data managed objects. Thus, you can visualy design a database model in Xcode and access it directly through the SQLite library or your favorite Swift wrapper.