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.8.4
Non-blocking wrapper for libsqlite3-dev using SwiftNIO
⭐️ 49
🕓 1 week ago
iOS macOS watchOS tvOS linux macOS iOS
.package(url: "https://github.com/vapor/sqlite-nio.git", from: "1.8.4")

SQLiteNIO

SSWG Incubation Documentation MIT License Continuous Integration Swift 5.7


🐬 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: 49
Last commit: 1 week ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

1.8.4 - Embed sqlite amalgamation v3.44.2 source code
1 week ago

What's Changed

Embed sqlite amalgamation v3.44.2 source code by @gwynne in #61

Update embedded SQLite from 3.44.1 to 3.44.2 (SQLite release notes)

This patch was released by @gwynne

Full Changelog: https://github.com/vapor/sqlite-nio/compare/1.8.3...1.8.4

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