Skip to content

An example of nested objects using SQLite StORM

Notifications You must be signed in to change notification settings

iamjono/NestedObjectsExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An example of nested objects using SQLite StORM

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages