Skip to content

Releases: vapor/fluent-postgres-driver

FluentPostgresDriver 2.0.0 Beta 1.1

25 Oct 05:13
Compare
Choose a tag to compare
Pre-release
  • Database.eventLoopPreference is now correctly passed to the connection pool.

FluentPostgresDriver 2.0.0 Beta 1

25 Oct 00:01
d682d7f
Compare
Choose a tag to compare
Pre-release

Updated to FluentKit beta 1.

FluentPostgresDriver 2.0.0 Alpha 3

14 Aug 18:44
61bf446
Compare
Choose a tag to compare
Pre-release

FluentPostgresDriver 2.0.0 Alpha 2

02 Aug 18:41
Compare
Choose a tag to compare

FluentPostgresDriver 2.0.0 Alpha 1.2

19 Jun 18:50
918cfab
Compare
Choose a tag to compare
Pre-release

Fixed:

FluentPostgresDriver 2.0. Alpha 1.1

13 Jun 15:55
d5fe3aa
Compare
Choose a tag to compare
Pre-release

Fixed:

  • Converts Fluent's .bool data type to "BOOL" (#117)

FluentPostgresDriver 2.0.0 Alpha 1

06 Jun 20:42
ecb582c
Compare
Choose a tag to compare

Fluent PostgreSQL 1.0.0

26 Jul 01:52
8e3eb9d
Compare
Choose a tag to compare

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

06 Jul 19:42
b5da9d5
Compare
Choose a tag to compare
Pre-release

New:

  • Added support for DROP COLUMN and DROP CONSTRAINT (#77).

Fluent PostgreSQL 1.0.0 RC 4.0.2

06 Jul 19:43
Compare
Choose a tag to compare
Pre-release
1.0.0-rc.4.0.2

Merge branch 'master' of github.com:vapor/fluent-postgresql