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

Non-blocking wrapper for libsqlite3-dev using SwiftNIO

Results 9 sqlite-nio issues
Sort by recently updated
recently updated
newest added

Several improvements have been made to SQLiteNIO's functionality: - Less copying (rarely, a _lot_ less copying) around of blobs happens. - When decoding `String`s via the `SQLiteDataConvertible` path (this primarily...

enhancement
semver-minor

Does sqlite-nio support Windows?

Does this library support transactions? If it does, how to use?

enhancement

We should definitely update the README to include some useful information about usage etc https://github.com/swift-server/sswg/blob/main/proposals/0022-sqlite-nio.md might be of use

enhancement

[SQLcipher](https://github.com/sqlcipher/sqlcipher) is a standalone fork of the [SQLite](https://www.sqlite.org/) database library that adds 256 bit AES encryption of database files and other security features like: - on-the-fly encryption - tamper detection...

enhancement

# Summary This PR adds support for compiling sqlite-nio 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...

Due to an issue with SPM and the relative prevalence of C wrappers for SQLite being named `CSQLite`, it seems prudent/friendly to namespace this target under `NIO` to reduce the...

Resolves: #72 Blocked till Swift 6.2 release Summary: - Added SQLCipher plugin with build configuration - Added CSQLCipher module with headers and sources - Added conditional compilation for SQLCipher vs...