An open API service indexing awesome lists of open source software.

https://github.com/iamjono/nestedobjectsexample

An example of nested objects using SQLite StORM
https://github.com/iamjono/nestedobjectsexample

orm perfect server-side-swift storm swift

Last synced: 4 days ago
JSON representation

An example of nested objects using SQLite StORM

Awesome Lists containing this project

README

          

# 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
```