Swiftpack.co - richardpauljones/SwiftKueryODBCSQL as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by richardpauljones.
richardpauljones/SwiftKueryODBCSQL v0.0
A SwiftQuery Database Driver For ODBC
⭐️ 2
🕓 5 years ago
.package(url: "https://github.com/richardpauljones/SwiftKueryODBCSQL.git", from: "v0.0")

Kitura

Swift-Kuery-ODBCSQL

This is very much a work in progress. I am gradually adding support for all of the required classes to implement the full set of Kuery functionallity.

Usage

Add dependencies

Add the SwiftQueryODBC package to the dependencies within your application’s Package.swift file. Substitute "x.x.x" with the latest SwiftQueryODBCSQL release.

.package(url: "https://github.com/richardpauljones/SwiftQueryODBCSQL.git", from: "x.x.x") Add SwiftQueryODBCSQL to your target's dependencies:

.target(name: "example", dependencies: ["SwiftQueryODBCSQL"]), Import package

import SwiftQueryODBCSQL
Build and test linking

You must have unixODBC installed on your machine:

MacOS:
brew install unixodbc
Linux:
apt-get install unixodbc-dev

Thankyou

To the helpful guys at IBM

  • Andrew Lees
  • Matt Kilner
  • Chris Bailey

License

This library is licensed under Apache 2.0. Full license text is available in LICENSE

GitHub

link
Stars: 2
Last commit: 5 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

Initial Alpha
5 years ago

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics