Skip to content

Releases: vapor/fluent-sqlite-driver

Release Candidate 1

28 Feb 22:31
436005a
Compare
Choose a tag to compare
Release Candidate 1 Pre-release
Pre-release

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

25 Feb 21:29
59e719e
Compare
Choose a tag to compare

FluentKit Beta 4

15 Feb 22:26
f90bd95
Compare
Choose a tag to compare

Support dynamic ID keys

12 Feb 19:37
65c487e
Compare
Choose a tag to compare
Pre-release

Adds support for dynamic ID keys introduced in vapor/fluent-kit#153 (#44).

Make db config more concise

18 Jan 20:48
184e19d
Compare
Choose a tag to compare
Pre-release

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

09 Dec 19:57
d2bb65b
Compare
Choose a tag to compare
Pre-release

Updated to latest FluentKit and Vapor beta 2 releases.

FluentSQLiteDriver 4.0.0 Beta 1

24 Oct 22:03
987900d
Compare
Choose a tag to compare
Pre-release

FluentSQLiteDriver 4.0.0 Alpha 3

14 Aug 18:37
6418794
Compare
Choose a tag to compare
Pre-release

Fluent SQLite Driver 4.0.0 Alpha 2

01 Aug 18:53
f3f3c92
Compare
Choose a tag to compare

Fluent SQLite Driver 4.0.0 Alpha 1

06 Jun 16:52
eadc7be
Compare
Choose a tag to compare