Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

1.9-Beta (2018-05-22)

Compare
Choose a tag to compare
@mavilein mavilein released this 23 May 10:17
· 7364 commits to beta since this release

This release is the beginning of our new improved release process. You can find more about this in our blog.

Changes

  • We iterated on our support for existing Postgres databases. Most notably column names don't have to match field names anymore. If the name of a field diverges from the underlying column name, you can specify this as field: String @pgColumn(name:"my_column_name")