sqlite-kit icon indicating copy to clipboard operation
sqlite-kit copied to clipboard

Non-blocking SQLite client library with SQL builder built on SwiftNIO

Results 3 sqlite-kit issues
Sort by recently updated
recently updated
newest added

semver-minor because the new SQLKit version requirement is a semver-minor bump.

enhancement
semver-minor

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...

bug
enhancement

# 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...