### Apache Iceberg Rust version None ### Describe the bug When you try to create a sqlcatalog using a sqlite databse, `sqlx` reports an error that you are missing the required features. ### To Reproduce Try creating a `SqlCatalog` and set the uri to a `sqlite://` file. ### Expected behavior A functional `SqlCatalog` with sqlite. ### Willingness to contribute I can contribute a fix for this bug independently