https://kotlinlang.org logo
#kodein
Title
s

sigmadelta

12/29/2020, 9:50 PM
Hey everyone, for starters thanks for all the great work on the Kodein Framework! I have 2 questions in regards to KodeinDB which I can't seem to answer using the available documentation, so I figured to try asking at the source: 1. Due to some changes in a backend API, I would like to change my entities, which will impact the current data inside of the DB's. Are there any recommended migration strategies available? 2. In case there is no 'straightforward' solutions for one, can I somehow configure the
KotlinxSerializer
I pass to the DBFactory to also take
isLenient=true
&
ignoreUnknownKeys = true
into account like I can for Ktor?