Swiftpack.co - vapor/sqlite-nio as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by vapor.
vapor/sqlite-nio 1.5.2
Non-blocking wrapper for libsqlite3-dev using SwiftNIO
⭐️ 38
🕓 2 weeks ago
iOS macOS watchOS tvOS linux macOS iOS
.package(url: "https://github.com/vapor/sqlite-nio.git", from: "1.5.2")

SQLiteNIO

Documentation Team Chat MIT License Continuous Integration Swift 5.6 Swift 5.8


🐬 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:

dependencies: [
    .package(url: "https://github.com/vapor/sqlite-nio.git", from: "1.0.0")
]

Supported Platforms

SQLiteNIO supports all platforms on which NIO itself works. At the time of this writing, these include:

  • Ubuntu 20.04+
  • macOS 10.15+
  • iOS 13+
  • tvOS 13+ and watchOS 7+ (experimental)

GitHub

link
Stars: 38
Last commit: 2 weeks ago
jonrohan Something's broken? Yell at me @ptrpavlik. Praise and feedback (and money) is also welcome.

Release Notes

Embed sqlite amalgamation v3.42.0 source code
2 weeks ago
This patch was authored and released by @gwynne.

Update embedded SQLite from 3.41.2 to 3.42.0 (SQLite release notes)

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics