Hacker News new | ask | show | jobs
by ragerino 2345 days ago
I think the initiative is great. I did lots of Java database development. Starting with JDBC, circumventing J2EE with Spring and Hibernate, and ending up doing JPA with Spring. I haven't seen anything similar in Rust.

Therefore I recommend looking at JPA for object relational mapping, and Spring Frameworks JdbcTemplate for things like basic CRUD support and JPA abstraction.

1 comments

These tools are my daily ones too, but they're abstractions on top of JDBC and as such a different gap than what the author is trying to fill.