Is there a way to dynamically switch between tables that have the exact same schema but different names in SQL Delight? I have a database with one table per language I'm wondering whether it would be feasible to switch between tables when the user selects a language (I'm not sure how to go about doing that since the schema classes are automatically generated and are named the same as the table, so it doesn't seem like a generic class name can be used).