Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 412 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 412 Bytes

NestedObjectsExample

An example of nested objects using SQLite StORM

Running:

git clone https://github.com/iamjono/NestedObjectsExample.git
cd NestedObjectsExample
swift build
.build/debug/NestedObjectsExample

Will provide the following output:

[INFO] Running setup: game
[INFO] Running setup: score
Game ID: 1
Game Name: Hello World
Score: Joe, 100
Score: Andrea, 101
Score: Jane, 102