Do I understand correctly that when using SqlDelight in multiplatform, then schema management is a bit asymmetrical in that android driver manages schema creation + upgrade/migration for you, while for other platforms (jdbc driver specifically) one must write this code manually? Or did I miss some helper class?