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
- Host: GitHub
- URL: https://github.com/iamjono/nestedobjectsexample
- Owner: iamjono
- Created: 2017-05-26T19:36:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-01T17:44:59.000Z (about 9 years ago)
- Last Synced: 2025-03-02T07:35:00.381Z (over 1 year ago)
- Topics: orm, perfect, server-side-swift, storm, swift
- Language: Swift
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```