Converting `null` from a database to `Schema.optional` in Effect Typescript

How would you convert a
null
coming from the database to a Schema.optional? Sure, I could use a transform, but was wondering if there is a "simpler" solution?
Was this page helpful?