grahamborland
09/21/2023, 11:46 AMCREATE TABLE
statements, but nothing like a plain list of table names. Would any of SQLDelight’s Gradle tasks help me generate this list, or do I need to do my own schema parsing?Derek Ellis
09/21/2023, 12:02 PMSELECT name FROM sqlite_master WHERE type='table';
grahamborland
09/21/2023, 12:08 PMDerek Ellis
09/21/2023, 8:05 PM