createTable

fun SQLiteConnection.createTable(name: String, createSqls: (tableName: String) -> List<String>)