Skip to content

Releases: vapor/fluent-postgres-driver

Fluent PostgreSQL 1.0.0

26 Jul 01:52
8e3eb9d

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

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

Choose a tag to compare

Pre-release
1.0.0-rc.4.0.2

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

Fluent PostgreSQL 1.0.0 RC 4.0.1

06 Jul 19:43
28a6ea2

Choose a tag to compare

Pre-release
Merge pull request #72 from vapor/psql-9-fixes

add CI test + fixes for v9

Fluent PostgreSQL 1.0.0 RC 4

19 Jun 23:22
521d99a

Choose a tag to compare

Pre-release

New:

  • Upgrade to vapor/sql 2.0 protocols.

Fluent PostgreSQL 1.0.0 RC 3.0.1

15 Jun 16:53

Choose a tag to compare

Pre-release

New:

  • Adds a convenience method for adding custom PostgreSQL types during migrations.
builder.field(for: \.id, type: .bigint, .notNull, .primaryKey, .generated(.byDefault))

Fluent PostgreSQL 1.0.0 RC 3

15 Jun 03:53

Choose a tag to compare

Pre-release

New:

Fixed:

  • Lots of bug fixes.

Fluent PostgreSQL 1.0.0 RC 2.3

11 May 00:31

Choose a tag to compare

Pre-release
1.0.0-rc.2.3

move to UInt32 for oid

Fluent PostgreSQL 1.0.0 RC 2.2.1

11 May 00:30
6e20e6a

Choose a tag to compare

Pre-release
Merge pull request #42 from vkill/patch-1

postgresql no release 1.0.0

Fluent PostgreSQL 1.0.0 RC 2.2

11 May 00:30
5e0c4cf

Choose a tag to compare

Pre-release
Merge pull request #39 from vapor/dbkit-gm

dbkit 1.0.0 gm