No, there is no such thing for Rust as a standard. The closest native solution would be Diesel, which supports Mysql/Postgresql/SQLite. Beside that you can use native db drivers. There is also this: https://github.com/rawrasaur/rust-jdbc but I haven’t used it.