Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mihaelisaev/swifqlnio

Helper library for SwifQL and SwiftNIO
https://github.com/mihaelisaev/swifqlnio

Last synced: 20 days ago
JSON representation

Helper library for SwifQL and SwiftNIO

Awesome Lists containing this project

README

        



MIT License


Swift 4.2

Github Actions

Swift.Stream


# SwifQLNIO

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/SwifQLNIO.git", from:"1.0.0"),
```
In your target's dependencies add `"SwifQL"` and `"SwifQLNIO"`, e.g. like this:
```swift
.target(name: "App", dependencies: ["SwifQL", "SwifQLNIO"]),
```