pub async fn introspect_sqlite_schema( pool: &Pool<Sqlite>, ) -> Result<Vec<SchemaTable>, Error>
sqlite
Introspects the schema of a SQLite database.