Windows support
alexvinidiktov opened this issue · 4 comments
alexvinidiktov commented
Can the library be used on Windows?
broken-bytes commented
Nope, tested it and SQLite3 seems to be missing
groue commented
The GRDB.swift SQLite toolkit can run on Windows, so probably this library can as well: groue/GRDB.swift#1498
broken-bytes commented
GRDB does not run on Windows, it's missing CSQLite as well
theolampert commented
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.