https://kotlinlang.org logo
#squarelibraries
Title
# squarelibraries
b

benkuly

11/11/2021, 8:09 AM
Is it possible to prevent
AndroidSqliteDriver
from creating the schema? My common code just wants a driver and uses it to create the schema and do migration stuff.
a

alec

12/02/2021, 3:09 PM
There’s a parameter to the constructor for a custom callback, just pass one that noops in its migration method