> > # SQL (https://github.com/mozilla/rust/issues/14658) Generic SQL > bindings. I'm told SqlAlchemy core is a good system to learn > from.
What about basing it off Anorm? http://www.playframework.com/documentation/2.3.x/ScalaAnorm It's not an ORM so it's pretty lightweight but it provides a nice API for submitting SQL queries and retrieving results. ORMs could be built on top of it, and it uses some functional programming concepts.
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
