Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rymcol/SwiftSQL

Library of helpers to convert between SQL style syntax/storage strings and Swift Types
https://github.com/rymcol/SwiftSQL

Last synced: 2 months ago
JSON representation

Library of helpers to convert between SQL style syntax/storage strings and Swift Types

Awesome Lists containing this project

README

        

# SwiftSQL

Library of helper functions to convert Swift types to SQL strings and vice-versa. Works with most SQL databases.

## Usage

Add to your dependencies:

```
.Package(url: "https://github.com/rymcol/SwiftSQL.git", majorVersion: 0),
```

Import

```
#import SwiftSQL
```