mcorega/MySqlSwiftNative

Project Request - Native Swift SQLite3 driver (for us folks on Linux)

Closed this issue · 1 comments

Dear mcorega,

I've seen some really nice db drivers available for swift 3.0 - All of them on Mac OS X (XCode only).

I am on Linux and want to do some server-side coding. One very handy format for me is SQLite3 - but no native swift-only drivers exist as far as I can tell. Would you consider embarking on a project to provide one to the community?

I found this: https://github.com/vapor/sqlite as a good place to start. It uses C libs on either platform - pretty slick.