Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rymcol/SwiftSQL
- Owner: rymcol
- Created: 2017-01-13T15:55:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-10T15:56:54.000Z (almost 8 years ago)
- Last Synced: 2024-08-02T00:22:20.560Z (6 months ago)
- Language: Swift
- Size: 8.79 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Swift-Packages - SwiftSQL - Library of helpers to convert between SQL style syntax/storage strings and Swift Types. (Storage)
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
```