stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.57k stars 1.54k forks source link

Windows support #1239

Open vinidiktov opened 4 months ago

vinidiktov commented 4 months ago

Can the library be used on Windows?

broken-bytes commented 3 months ago

Nope, tested it and SQLite3 seems to be missing

groue commented 3 months ago

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

broken-bytes commented 3 months ago

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