Skaldebane
10/30/2024, 2:49 PMVIEW
in SQLDelight?
We can do that for tables, but not for fields coming out of a SELECT
statement in a VIEW
definition.
My use case is this: I generate a little JSON array (using GROUP_CONCAT
) in one of my view's fields, and would love to bind it to a Kotlin type, and make a ColumnAdapter convert it using kotlinx.serialization.Skaldebane
10/30/2024, 2:52 PM