Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mihaelisaev/swifqlnio
- Owner: MihaelIsaev
- License: mit
- Created: 2020-01-04T15:08:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-21T07:42:40.000Z (almost 5 years ago)
- Last Synced: 2024-05-23T01:32:02.138Z (9 months ago)
- Language: Swift
- Size: 23.4 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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"]),
```