Releases: vapor/fluent-sqlite-driver
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
Fluent SQLite 3.0.0
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