Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ZewoGraveyard/MySQL

MySQL driver for Swift 3 (macOS and Linux)
https://github.com/ZewoGraveyard/MySQL

Last synced: 3 months ago
JSON representation

MySQL driver for Swift 3 (macOS and Linux)

Awesome Lists containing this project

README

        

# MySQL

[![Swift][swift-badge]][swift-url]
[![Platform][platform-badge]][platform-url]
[![License][mit-badge]][mit-url]
[![Slack][slack-badge]][slack-url]

**MySQL**

## Usage

```swift
// do your magic
```

## Installation

```swift
import PackageDescription

let package = Package(
dependencies: [
.Package(url: "https://github.com/Zewo/MySQL.git", majorVersion: 0, minor: 5)
]
)
```

## Community

[![Slack][slack-image]][slack-url]

Join us on [Slack](http://slack.zewo.io).

License
-------

**MySQL** is released under the MIT license. See LICENSE for details.

[swift-badge]: https://img.shields.io/badge/Swift-3.0-orange.svg?style=flat
[swift-url]: https://swift.org
[platform-badge]: https://img.shields.io/badge/Platform-Linux-lightgray.svg?style=flat
[platform-url]: https://swift.org
[mit-badge]: https://img.shields.io/badge/License-MIT-blue.svg?style=flat
[mit-url]: https://tldrlegal.com/license/mit-license
[slack-image]: http://s13.postimg.org/ybwy92ktf/Slack.png
[slack-badge]: https://zewo-slackin.herokuapp.com/badge.svg
[slack-url]: http://slack.zewo.io