Releases: vapor/fluent-postgres-driver
Releases · vapor/fluent-postgres-driver
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 COLUMNandDROP 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
Fluent PostgreSQL 1.0.0 RC 4.0.1
Merge pull request #72 from vapor/psql-9-fixes add CI test + fixes for v9
Fluent PostgreSQL 1.0.0 RC 4
New:
- Upgrade to
vapor/sql2.0 protocols.
Fluent PostgreSQL 1.0.0 RC 3.0.1
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
New:
- New methods for creating and altering
ENUMtypes. - Big improvements to Fluent and PostgreSQL:
Fixed:
- Lots of bug fixes.
Fluent PostgreSQL 1.0.0 RC 2.3
1.0.0-rc.2.3 move to UInt32 for oid
Fluent PostgreSQL 1.0.0 RC 2.2.1
Merge pull request #42 from vkill/patch-1 postgresql no release 1.0.0
Fluent PostgreSQL 1.0.0 RC 2.2
Merge pull request #39 from vapor/dbkit-gm dbkit 1.0.0 gm