Releases: vapor/sqlite-kit
Releases · vapor/sqlite-kit
Better JSON codable support
Refactor SQLiteDataEncoder
and SQLiteDataDecoder
to have better JSON support.
Enable Foreign Keys
Enum Support
SQLiteKit 4.0.0 Beta 3
- Updates
SQLiteRow
'sSQLRow
conformance to latest changes in SQLKit.
SQLiteKit 4.0.0 Beta 2.1
- Added array support to
SQLiteDataEncoder/Decoder
(#65)
SQLiteKit 4.0.0 Beta 2
SQLiteKit 4.0.0 Beta 1
- Updated to SQLKit 3.0.0 Beta 1 and AsyncKit 1.0.0 Beta 1. (#59)
SQLiteKit 4.0.0 Alpha 1.1
SQLiteKit 4.0.0 Alpha 1
More information on Vapor 4 alpha releases:
https://medium.com/@codevapor/vapor-4-alpha-1-releases-begin-94a4bc79dd9a
API Docs:
https://api.vapor.codes/sqlite-kit/master/SQLiteKit/index.html
SQLite 3.2.1
Fixed:
- Fixed an issue causing corrupt
BLOB
using Swift 5. - Silenced a Swift 5 warning.