stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows support

vinidiktov opened this issue · 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