Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim-Inv authored Aug 23, 2020
1 parent b679b29 commit a6aba29
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
<a href="https://swift.org">
<img src="https://img.shields.io/badge/swift-5.1-brightgreen.svg" alt="Swift 5.1">
</a>
<img src="https://img.shields.io/github/workflow/status/MihaelIsaev/SwifQLVapor/test" alt="Github Actions">
<img src="https://img.shields.io/github/workflow/status/SwifQL/VaporFluentDriver/test" alt="Github Actions">
<a href="https://discord.gg/q5wCPYv">
<img src="https://img.shields.io/badge/CLICK_HERE_TO_DISCUSS_THIS_LIB-SWIFT.STREAM-FD6F32.svg" alt="Swift.Stream">
</a>
</p>

# SwifQLVapor
# VaporFluentDriver

Additional lib for SwifQL library

## Installation

```swift
.package(url: "https://github.com/MihaelIsaev/SwifQL.git", from:"1.0.0"),
.package(url: "https://github.com/MihaelIsaev/SwifQLVapor.git", from:"1.0.0"),
.package(url: "https://github.com/SwifQL/VaporFluentDriver", from:"2.0.0"),
```
In your target's dependencies add `"SwifQL"` and `"SwifQLVapor"`, e.g. like this:
In your target's dependencies add `"SwifQL"` and `"VaporFluentDriver"`, e.g. like this:
```swift
.target(name: "App", dependencies: ["Vapor", "SwifQL", "SwifQLVapor"]),
.target(name: "App", dependencies: ["Vapor", "SwifQL", "VaporFluentDriver"]),
```

0 comments on commit a6aba29

Please sign in to comment.