So with thanks to they guys at IBM (credited on the GitHub Page).
I’ve started work on an ODBC SwiftKuery database driver. https://github.com/richardpauljones/SwiftKueryODBCSQL
Your contributions welcome.
I’ve basically been step, by step copying the PostgresSQL implementation,
https://github.com/IBM-Swift/Swift-Kuery-PostgreSQL
This is a work in progress. I have basic C.R.U.D working, but a fair way from this being a complete thing.
SELECT * FROM "tableAliasOSX" AS "new"
a b
apple 10
apricot 3
banana 17
apple 17
banana -7
banana 27
Feel free to lend a hand.