This repository was archived by the owner on Sep 2, 2022. It is now read-only.
1.9-Beta (2018-05-22)
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")