stephencelis/SQLite.swift

Windows support

alexvinidiktov opened this issue · 4 comments

Can the library be used on Windows?

Nope, tested it and SQLite3 seems to be missing

The GRDB.swift SQLite toolkit can run on Windows, so probably this library can as well: groue/GRDB.swift#1498

GRDB does not run on Windows, it's missing CSQLite as well

It will build on windows at least if you provide CSQLite as a dependency and adjust the imports to also account for windows. I'm not sure yet about usage, however.

There's probably a better way to do this but a quick solution: https://github.com/theolampert/SQLite.swift

It uses a different CSQLite package which builds SQLite rather than relying on apt.