Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kitlangton/quill-examples-zymposium
https://github.com/kitlangton/quill-examples-zymposium
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kitlangton/quill-examples-zymposium
- Owner: kitlangton
- Created: 2021-12-17T14:48:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-04T20:24:42.000Z (3 months ago)
- Last Synced: 2024-10-11T08:45:09.644Z (26 days ago)
- Language: Scala
- Size: 5.86 KB
- Stars: 2
- Watchers: 3
- 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`