Hello, I'm currently trying to figure out how to get the structure of a table with an SQL statement in Julia. [Something like this](https://www.sqlitetutorial.net/sqlite-tutorial/sqlite-describe-table/)  `myschema = SQLite.DBInterface.execute(db, """ select sql from sqlite_schema where name="albums" """ ` which I'm hoping to get a string or something like this  Any help is appreciated.