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

1.9.0 (2018-06-05)

Compare
Choose a tag to compare
@mavilein mavilein released this 06 Jun 08:51
· 7376 commits to master since this release

Changes

Bugfixes

Features

  • 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")