sqlite-kit
sqlite-kit copied to clipboard
Non-blocking SQLite client library with SQL builder built on SwiftNIO
semver-minor because the new SQLKit version requirement is a semver-minor bump.
Vapor 4 cannot decode dates. ### Steps to reproduce 1. Create an empty project using vapor-beta toolbox and using a SQLite database for testing purposes. 2. Open Todo.swift file and...
# Summary This PR adds support for compiling sqlite-kit to wasm using the [Swift SDK for WebAssembly](https://www.swift.org/documentation/articles/wasm-getting-started.html). This PR is [part of a larger effort](https://github.com/PassiveLogic/swift-web-examples/issues/1) by a company called PassiveLogic...