Is it possible to prevent `AndroidSqliteDriver` fr...
# squarelibraries
b
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
There’s a parameter to the constructor for a custom callback, just pass one that noops in its migration method