sqlite-nio

1.8.7

Non-blocking wrapper for libsqlite3-dev using SwiftNIO
vapor/sqlite-nio

What's New

1.8.7 - Embed sqlite amalgamation v3.45.2 source code

2024-03-12T15:09:49Z

What's Changed

Embed sqlite amalgamation v3.45.2 source code by @gwynne in #64

Update embedded SQLite from 3.45.1 to 3.45.2 (SQLite release notes).

This patch was released by @gwynne

Full Changelog: 1.8.6...1.8.7

SQLiteNIO

Documentation Team Chat 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)

Description

  • Swift Tools 5.7.0
View More Packages from this Author

Dependencies

Last updated: Mon Mar 18 2024 00:53:49 GMT-0900 (Hawaii-Aleutian Daylight Time)