September 2017
Beginner to intermediate
396 pages
9h 46m
English
In the model definition for Persistent, we can use data types such as Int, Text, and Int64. They are translated to proper SQL data types according to the SQL dialect that we are working with. Sometimes, the supported data types are not sufficient for our needs, and we might want to write a custom data type.
In this recipe, we will write a custom data type that represents email.
Read now
Unlock full access