We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ffacba commit c197a22Copy full SHA for c197a22
1 file changed
README.md
@@ -38,13 +38,13 @@ You'd also need to add a database dependency conforming to the [crystal-db](http
38
dependencies:
39
onyx:
40
github: onyxframework/onyx
41
- version: ~> 0.3.0
+ version: ~> 0.4.0
42
onyx-sql:
43
github: onyxframework/sql
44
- version: ~> 0.7.0
+ version: ~> 0.8.0
45
+ pg:
46
+ github: will/crystal-pg
47
-+ version: ~> 0.15.0
++ version: ~> 0.16.0
48
```
49
50
## Usage 💻
0 commit comments