https://github.com/kitlangton/quill-examples-zymposium
https://github.com/kitlangton/quill-examples-zymposium
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kitlangton/quill-examples-zymposium
- Owner: kitlangton
- Created: 2021-12-17T14:48:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-04T20:24:42.000Z (12 months ago)
- Last Synced: 2025-03-16T17:24:10.419Z (4 months ago)
- Language: Scala
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ZIO-Quill Zymposium Examples
Simple example of using ZIO-Quill with some helpful scripts to automatically setup a postgres database.
## Instructions
1. Download and install docker.
2. Run the start script: `./start.sh`
3. Compile and run the examples: `sbt 'runMain quixotic.Main'`
```
> sbt 'runMain quixotic.Main'
List((Person(2,Vlad,Dracul,321),Address(2,Bran Castle,11111,Transylvania)), (Person(2,Vlad,Dracul,321),Address(2,Ambras Castle,11111,Innsbruck)))
```
4. Stop the container `./stop.sh`