Releases: vapor/fluent-sqlite-driver
Release Candidate 1
Updates to FluentKit Release Candidate 1.
Release candidates represent the final shift toward focusing on bug fixes and documentation. Breaking changes will only be accepted for critical issues. We expect a final release of this package shortly after Swift 5.2's release date.
FluentKit Beta 5
FluentKit Beta 4
Support dynamic ID keys
Adds support for dynamic ID keys introduced in vapor/fluent-kit#153 (#44).
Make db config more concise
New, more concise methods for configuring .memory
and .file(_:)
:
app.databases.use(.sqlite(.memory), as: .sqlite)
app.databases.use(.sqlite(.file("db.sqlite")), as: .sqlite)
FluentSQLiteDriver 4.0.0 Beta 2
Updated to latest FluentKit and Vapor beta 2 releases.
FluentSQLiteDriver 4.0.0 Beta 1
- Updated to FluentKit 1.0.0 Beta 1
FluentSQLiteDriver 4.0.0 Alpha 3
Updates to FluentKit 1.0.0 Alpha 3
Fluent SQLite Driver 4.0.0 Alpha 2
Updates to FluentKit 1.0.0 Alpha 2:
https://github.com/vapor/fluent-kit/releases/tag/1.0.0-alpha.2
Fluent SQLite Driver 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/fluent-sqlite-driver/master/FluentSQLiteDriver/index.html