Swiftpack.co - Swift Packages by novi

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by novi

novi/mysql-swift 0.9.5
A type safe MySQL client for Swift
⭐️ 160
🕓 19 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
3 years ago
Updates for Swift 5.2, 5.3
4 years ago
* Updates for Swift 5 * Support MySQL 8 on macOS
5 years ago
* Support `DateComponents` decoding and encoding for MySQL date and time types. See #25 . * Add escape method good for `LIKE` operator (`SQLString.escapeForLike()`). * `QueryStatus.affectedRows` will be `nil` when the result is an error or the query is `SELECT` statement. Renamed: * `ConnectionPool.options` -> `ConnectionPool.option` * `ConnectionPool.init(options:)` -> `ConnectionPool.init(option:)` (Thanks @florianreinhart)
Codable support
5 years ago
We've changed row decoder to `Swift.Decodable` from `QueryRowResultType`. #69 And accepts `Encodable` type as query parameters. Added: * Querying with `QueryParameterOption` (actually `TimeZone` option) * Custom data based type(like JSON, Protobuf) in blob/json column for decoding and encoding * Use `QueryRowResultCustomData`, `QueryCustomDataParameter` (see [this](https://github.com/novi/mysql-swift/blob/6d083eaaa3945a9a3d6c1f21150c27f61519e495/Tests/MySQLTests/BlobTests.swift#L53) tests.) Removed: * `QueryRowResultType`, Use `Decodable` type instead * `SQLEnumType`, Use `QueryRawRepresentableParameter` or make conforming your enum to `Encodable` * `QueryParameterDictionaryType`, Use `Encodable` type instead Renamed: * `QueryDictionary` -> `QueryParameterDictionary` * `QueryArray` -> `QueryParameterArray` (Thanks @florianreinhart, @patrick-zippenfenig )
6 years ago
Added * Codable support for query parameter and results (#69, #58) (Thanks @patrick-zippenfenig, @florianreinhart ) Deprecated * `SQLEnumType` * `QueryRowResultType`
6 years ago
- Add support for Foundation's Decimal type for query parameter and row decoding (Thanks @florianreinhart )
linux macOS iOS
novi/mecab-swift 0.3.0
MeCab(Japanese Morphological Analyzer) wrapper for Swift
⭐️ 73
🕓 2 years ago
novi/HALAudio 0.2.0
CoreAudio Hardware wrapper for Swift
⭐️ 9
🕓 1 year ago
novi/nkf-swift 0.5.0
nkf(Network Kanji Filter) for Swift
⭐️ 5
🕓 3 years ago

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