0.5.0: Support Recursive Tables
Models with recursive properties are now supported. For example:
data class Item(val id: Int, val inner: Item?)
Models with recursive properties are now supported. For example:
data class Item(val id: Int, val inner: Item?)