-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows support #1239
Comments
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. |
Can the library be used on Windows?
The text was updated successfully, but these errors were encountered: