Releases: vapor/fluent-postgres-driver
FluentPostgresDriver 2.0.0 Beta 1.1
Database.eventLoopPreference
is now correctly passed to the connection pool.
FluentPostgresDriver 2.0.0 Beta 1
Updated to FluentKit beta 1.
FluentPostgresDriver 2.0.0 Alpha 3
Updates to FluentKit 1.0.0 Alpha 3
FluentPostgresDriver 2.0.0 Alpha 2
Updated to FluentKit alpha 2:
https://github.com/vapor/fluent-kit/releases/tag/1.0.0-alpha.2
FluentPostgresDriver 2.0.0 Alpha 1.2
FluentPostgresDriver 2.0. Alpha 1.1
Fixed:
- Converts Fluent's
.bool
data type to"BOOL"
(#117)
FluentPostgresDriver 2.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-postgres-driver/master/FluentPostgresDriver/index.html
Fluent PostgreSQL 1.0.0
Fluent PostgreSQL 1.0 is here 🎉
🖋🐘 Swift ORM (queries, models, relations, etc) built on PostgreSQL.
See the updated documentation for more information:
docs.vapor.codes/3.0/fluent/getting-started/
docs.vapor.codes/3.0/postgresql/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/postgresql/latest/PostgreSQL
Fluent PostgreSQL 1.0.0 RC 4.1
New:
- Added support for
DROP COLUMN
andDROP CONSTRAINT
(#77).
Fluent PostgreSQL 1.0.0 RC 4.0.2
1.0.0-rc.4.0.2 Merge branch 'master' of github.com:vapor/fluent-postgresql