Cranston's Life - Rust and More Rust

RDBC - Rust DataBase Connectivity!

Many a year ago I used ODBC and then later I used JDBC when using the Java programming language.

Now I have learned of the Rust DataBase Connectivity (RDBC) API for Rust!

It's page says that it is currently experimental.

It does have traits like Connection and Statement and ResultSet, and it does look similar to the very little I remember about ODBC and JDBC!

I do not know what to think about this though.

I am so conflicted!

Rust, to me, is a CLEAN START.

Should Rust be inspired by old APIs that were developed for languages that are so un-Rust-like?

I can see benefits to it.

I can see drawbacks to it.

That is why I am SO CONFLICTED!

I must STUDY this RDBC project and its ideas.