Skip to content

Fluent PostgreSQL 1.0.0 RC 3.0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@tanner0101 tanner0101 released this 15 Jun 16:53
· 124 commits to main since this release

New:

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