Embed sqlite amalgamation v3.42.0 source code (#50) Embed sqlite amalgamation v3.42.0 source code Remove the single use case of SQLiteDataType and deprecate it. It is not really used, and was obviously designed to be a very early kind of SQLExpression without ever having been updated. The usual CI tweak found in a Gwynne PR Update README
Embed sqlite amalgamation v3.42.0 source code (#50)
🐬 Non-blocking, event-driven Swift client for SQLite built on SwiftNIO.
Use standard SwiftPM syntax to include SQLiteNIO as a dependency in your Package.swift file:
Package.swift
dependencies: [ .package(url: "https://github.com/vapor/sqlite-nio.git", from: "1.0.0") ]
SQLiteNIO supports all platforms on which NIO itself works. At the time of this writing, these include:
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
🐬 Non-blocking, event-driven Swift client for SQLite built on SwiftNIO.
Using SQLiteNIO
Use standard SwiftPM syntax to include SQLiteNIO as a dependency in your
Package.swift
file:Supported Platforms
SQLiteNIO supports all platforms on which NIO itself works. At the time of this writing, these include: