vapor / sqlite-nio

Non-blocking wrapper for libsqlite3-dev using SwiftNIO
MIT License
61 stars 16 forks source link

Does sqlite-nio support Windows? #67

Open alexvinidiktov opened 6 months ago

alexvinidiktov commented 6 months ago

Does sqlite-nio support Windows?

gwynne commented 6 months ago

Not at this time, but only because the underlying SwiftNIO library does not; once NIO has support, SQLiteNIO will also gain it.

alexvinidiktov commented 6 months ago

That's unfortunate. I'm looking for a way to use SQLite with Swift on Windows.