Skip to content

Releases: vapor/fluent-sqlite-driver

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

Fluent SQLite 3.0.0

17 Jul 22:33
c32f5bd
Compare
Choose a tag to compare

Fluent SQLite 3.0 is here 🎉
🖋🔵 Swift ORM (queries, models, relations, etc) built on SQLite 3.

See the updated documentation for more information:
docs.vapor.codes/3.0/fluent/getting-started/
docs.vapor.codes/3.0/sqlite/getting-started/

And of course, check out the API docs for detailed information about the public API:
api.vapor.codes/fluent/latest/Fluent
api.vapor.codes/sqlite/latest/SQLite