applctv / gcp-scala-datastore

Scala wrapper to Google Cloud Datastore operations
15 stars 16 forks source link

Implement support of the Option type. #10

Closed a-panchenko closed 7 years ago

a-panchenko commented 7 years ago

The library should support classes with fields of type Option.

danosipov commented 7 years ago

Depending on effort required, it may be worth looking into implementing arbitrary types using Scala macros.